aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands
Commit message (Collapse)AuthorAgeFilesLines
* initial implementation of status commanddiogo4642021-12-242-0/+178
| | | | closes #1
* update to compile with new clap versiondiogo4642021-10-305-12/+7
|
* Small changesdiogo4642021-10-301-7/+9
|
* Small changes to logging and docs.diogo4642021-07-142-4/+7
|
* install and uninstall can be called without args.diogo4642021-07-142-2/+2
| | | | | | Allow calling install and uninstall without any specified path. If no path is specified then every file/directory will be installed/uninstalled.
* Fixed clippy warnings.diogo4642021-07-091-1/+1
|
* Moved utils module to the root of the crate.diogo4642021-07-092-116/+0
|
* Search parent directories for depot file.diogo4642021-07-091-0/+14
| | | | | | If the depot file is not specified and is not found in the current directory then it will be searched trough the parent directories until a depot file is found.
* Fixed problem with link creation.diogo4642021-07-091-50/+70
|
* Changed documentation/help text of subcommands.diogo4642021-07-095-10/+36
| | | | | Change the documentation/help text of subcommmands and added colored output to the help text.
* Allow linking directories.diogo4642021-07-091-1/+7
|
* Renamed LinkDesc to LinkCreateParamsdiogo4642021-07-091-1/+1
|
* Removed some unused code in the link commanddiogo4642021-07-091-85/+0
|
* Initial commitdiogo4642021-07-087-0/+412