aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/install.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+7
| | | | | Change the documentation/help text of subcommmands and added colored output to the help text.
* Initial commitdiogo4642021-07-081-0/+31