diff --git a/Cargo.lock b/Cargo.lock index 14e5922..c8c9032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "ti-tools" -version = "0.1.9" +version = "0.2.0" dependencies = [ "serde", "serde_json", diff --git a/README.md b/README.md index cba1d44..cd7b502 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ Pre-built binaries are available for Windows, macOS, and Linux on the [releases -p --preview Display the decoded output -m --mass Changes input required from file to directory for mass file decoding + search - Retrieves a description for a token + token (required) The token to search for + -t --type The type of token to search for [accessible, pretty, byte] | Default: accessible + rename - Renames the program name in a 8xp/82p/83p file input (required) The input path to an 8xp/82p/83p file -n --name The new program name (8 or less alphabetic characters) diff --git a/wiki/Home.md b/wiki/Home.md index 613d03f..78567a4 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -54,6 +54,10 @@ Pre-built binaries are available for Windows, macOS, and Linux on the [releases -p --preview Display the decoded output -m --mass Changes input required from file to directory for mass file decoding + search - Retrieves a description for a token + token (required) The token to search for + -t --type The type of token to search for [accessible, pretty, byte] | Default: accessible + rename - Renames the program name in a 8xp/82p/83p file input (required) The input path to an 8xp/82p/83p file -n --name The new program name (8 or less alphabetic characters)