Change out the file selector

This commit is contained in:
zontreck 2025-02-03 11:54:48 -07:00
parent 887a0638cd
commit 31d6cee09b
11 changed files with 42 additions and 22 deletions

View file

@ -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))