aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* removed old codediogo4642022-02-081-182/+0
|
* snapshot before removaldiogo4642022-02-081-0/+20
|
* initial implementation of status commanddiogo4642021-12-241-0/+11
| | | | closes #1
* Small changesdiogo4642021-10-301-1/+1
|
* Small changes to logging and docs.diogo4642021-07-141-1/+27
|
* 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.
* Moved utils module to the root of the crate.diogo4642021-07-091-0/+114