aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11 from diogo464/dependabot/cargo/clap-3.0.0-beta.5diogo4642021-10-307-18/+12
|\ | | | | Bump clap from 3.0.0-beta.2 to 3.0.0-beta.5
| * update to compile with new clap versiondiogo4642021-10-306-17/+11
| |
| * Bump clap from 3.0.0-beta.2 to 3.0.0-beta.5dependabot[bot]2021-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.2 to 3.0.0-beta.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.0-beta.2...v3.0.0-beta.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump assert_cmd from 1.0.7 to 2.0.2dependabot[bot]2021-10-301-1/+1
|/ | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.7 to 2.0.2. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.7...v2.0.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump flexi_logger from 0.18.0 to 0.19.5dependabot[bot]2021-10-301-1/+1
| | | | | | | | | | | | | | | Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.18.0 to 0.19.5. - [Release notes](https://github.com/emabee/flexi_logger/releases) - [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: flexi_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Small changesdiogo4642021-10-302-8/+10
|
* Small changes to logging and docs.diogo4642021-07-144-11/+37
|
* 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.
* Removed .rustfmt filediogo4642021-07-141-87/+0
|
* Fixed dependency versions.diogo4642021-07-111-3/+3
|
* Added some tests to dotup_cli crate.diogo4642021-07-112-0/+150
|
* Fixed find_archive_path function.diogo4642021-07-111-4/+7
| | | | Fixed infinite loop if an archive file didnt exist.
* Allow parsing depot files with link errors.diogo4642021-07-091-2/+10
| | | | | If there is an error while creating the links after reading from file then a warning is printed and that link is ignored.
* Fixed clippy warnings.diogo4642021-07-092-2/+2
|
* Moved utils module to the root of the crate.diogo4642021-07-093-4/+2
|
* Search parent directories for depot file.diogo4642021-07-092-6/+26
| | | | | | 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-096-11/+40
| | | | | 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-092-2/+2
|
* Removed some unused code in the link commanddiogo4642021-07-091-85/+0
|
* Initial commitdiogo4642021-07-0811-0/+612