aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/uninstall.rs
Commit message (Collapse)AuthorAgeFilesLines
* removed old codediogo4642022-02-081-26/+0
|
* made install-path a global optiondiogo4642021-12-241-10/+1
|
* update to compile with new clap versiondiogo4642021-10-301-3/+2
|
* install and uninstall can be called without args.diogo4642021-07-141-1/+1
| | | | | | Allow calling install and uninstall without any specified path. If no path is specified then every file/directory will be installed/uninstalled.
* Changed documentation/help text of subcommands.diogo4642021-07-091-2/+7
| | | | | Change the documentation/help text of subcommmands and added colored output to the help text.
* Initial commitdiogo4642021-07-081-0/+31