Add the ability to set the plugin path with config --set
#57
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 various updates and improvements across multiple files, primarily focusing on version updates, code formatting, and minor refactoring. The most important changes include updating the version number, improving code readability, and adding new functionalities.
Version Updates:
Cargo.toml
: Updated the version from0.3.3
to0.3.4
.lla/Cargo.toml
: Updated thella_plugin_interface
version from0.3.3
to0.3.4
.README.md
: Updated the download link to reflect the new version0.3.4
.Code Formatting Improvements:
lla/src/commands/args.rs
: Reformatted theimpl Args
block to improve readability [1] [2].lla/src/commands/plugin_utils.rs
: Reformatted thelist_plugins
function for better readability.lla/src/config/mod.rs
: Combinedderive
attributes into a single line forFilterConfig
andSortOptions
[1] [2].New Functionalities:
CHANGELOG.md
: Documented the addition of the ability to set plugins path withconfig --set
.