Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix plugin arguments in the readmes and help command for the plugins #93

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

chaqchase
Copy link
Owner

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:

  • Updated the categorizer plugin commands to use --args for specifying arguments in README.md and src/lib.rs files. [1] [2] [3] [4]
  • Updated the code_complexity plugin commands to use --args in README.md and src/lib.rs files. [1] [2] [3]
  • Updated the code_snippet_extractor plugin commands to use --args in README.md.
  • Updated the dirs_meta plugin commands to use --args in README.md.
  • Updated the file_copier plugin commands to use --args in README.md and src/lib.rs files. [1] [2] [3] [4] [5] [6] [7]
  • Updated the file_mover plugin commands to use --args in README.md and src/lib.rs files. [1] [2] [3] [4] [5] [6]

Version Updates:

  • Updated the version number of the categorizer plugin to 0.3.2 in Cargo.toml.
  • Updated the version number of the code_complexity plugin to 0.3.2 in Cargo.toml.
  • Updated the version number of the code_snippet_extractor plugin to 0.3.2 in Cargo.toml.
  • Updated the version number of the dirs_meta plugin to 0.3.2 in Cargo.toml.
  • Updated the version number of the file_copier plugin to 0.1.1 in Cargo.toml.
  • Updated the version number of the file_mover plugin to 0.1.1 in Cargo.toml.

- Updated command examples in README files for various plugins to include the `--args` flag for better clarity and consistency.
- Adjusted internal command definitions in source files to reflect the new syntax, ensuring all commands follow the same structure.
- This change enhances user experience by providing a uniform command format across all plugins, improving usability and reducing confusion.
- Bumped versions for several plugins: `categorizer`, `code_complexity`, `code_snippet_extractor`, and `dirs_meta` to 0.3.2.
- Updated versions for `file_copier`, `file_mover`, `file_organizer`, and `file_remover` to 0.1.1.
- These updates ensure compatibility with the latest dependencies and improvements across the plugins.
@chaqchase chaqchase merged commit 1ba0574 into main Jan 8, 2025
3 checks passed
@chaqchase chaqchase deleted the fix/fix-plugin-args branch January 8, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant