aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* update to compile with new clap versiondiogo4642021-10-301-5/+4
|
* Small changes to logging and docs.diogo4642021-07-141-6/+3
|
* Fixed clippy warnings.diogo4642021-07-091-1/+1
|
* Moved utils module to the root of the crate.diogo4642021-07-091-2/+2
|
* Search parent directories for depot file.diogo4642021-07-091-6/+12
| | | | | | 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.
* Changed documentation/help text of subcommands.diogo4642021-07-091-1/+4
| | | | | Change the documentation/help text of subcommmands and added colored output to the help text.
* Renamed LinkDesc to LinkCreateParamsdiogo4642021-07-091-1/+1
|
* Initial commitdiogo4642021-07-081-0/+87