Change out the file selector
This commit is contained in:
parent
887a0638cd
commit
31d6cee09b
11 changed files with 42 additions and 22 deletions
|
@ -12,7 +12,7 @@ Future<int> main(List<String> args) async {
|
|||
if (parsed.hasArg("help") || parsed.count == 0) {
|
||||
// Print help information
|
||||
print(
|
||||
"NBT Editor Command Line Interface\nCopyright 2025 Piccari Creations\nLicensed under the GPL\nVersion: ${VERSION}\n\n");
|
||||
"NBT Editor Command Line Interface\nCopyright 2025 Piccari Creations\nLicensed under the GPL\nVersion: $VERSION\n\n");
|
||||
|
||||
var defaults = ArgumentsBuilder.builder()
|
||||
.withArgument(BoolArgument(name: "help", value: null))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue