fix plugin arguments in the readmes and help command for the plugins #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to several plugins in the
lla
project, primarily focusing on enhancing command-line argument handling and updating version numbers. The most important changes include modifying command syntax to use the--args
flag and updating the version numbers across multiple plugins.Command Syntax Enhancement:
categorizer
plugin commands to use--args
for specifying arguments inREADME.md
andsrc/lib.rs
files. [1] [2] [3] [4]code_complexity
plugin commands to use--args
inREADME.md
andsrc/lib.rs
files. [1] [2] [3]code_snippet_extractor
plugin commands to use--args
inREADME.md
.dirs_meta
plugin commands to use--args
inREADME.md
.file_copier
plugin commands to use--args
inREADME.md
andsrc/lib.rs
files. [1] [2] [3] [4] [5] [6] [7]file_mover
plugin commands to use--args
inREADME.md
andsrc/lib.rs
files. [1] [2] [3] [4] [5] [6]Version Updates:
categorizer
plugin to0.3.2
inCargo.toml
.code_complexity
plugin to0.3.2
inCargo.toml
.code_snippet_extractor
plugin to0.3.2
inCargo.toml
.dirs_meta
plugin to0.3.2
inCargo.toml
.file_copier
plugin to0.1.1
inCargo.toml
.file_mover
plugin to0.1.1
inCargo.toml
.