| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
Bump clap from 3.0.0-beta.2 to 3.0.0-beta.5
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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]>
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Allow calling install and uninstall without any specified path.
If no path is specified then every file/directory will be
installed/uninstalled.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixed infinite loop if an archive file didnt exist.
|
| |
|
|
|
| |
If there is an error while creating the links after reading from file
then a warning is printed and that link is ignored.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
Change the documentation/help text of subcommmands and added colored
output to the help text.
|
| | |
|
| | |
|
| | |
|
| |
|