aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* removed old codediogo4642022-02-081-111/+0
|
* snapshot before removaldiogo4642022-02-081-0/+4
|
* made install-path a global optiondiogo4642021-12-241-1/+13
|
* initial implementation of status commanddiogo4642021-12-241-0/+2
| | | | closes #1
* changed default log level to warndiogo4642021-12-231-2/+3
|
* 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