-
Notifications
You must be signed in to change notification settings - Fork 252
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
Add --add & --rm commands to actions menu #129
Comments
Hey, I'd like to take a swing at this, but I would like to clarify: do you mean "adding" and "removing" a path as in editing the config file, separate from another action? Or "adding" and "removing" as in "complete this action, but with this path added and with this path removed" |
Yep, so I've already written the implementation for --add and --rm as CLI args. All that's needed is access to them in the CLI. Also, take a look at #140 to see if you have any thoughts about improving the usage/want to take on any of those. It should work like this:
|
NOTE: Wait for #157 to be merged in before working on this. |
|
When a user is shown a menu, the options to add and rm a path from the config should be shown.
The user should be prompted for a folder and then prompted for a path, and then the correct action should be performed.
The program should exit afterwards.
The text was updated successfully, but these errors were encountered: