v0.3.1
Pre-release
Pre-release
Moves from custom parsing to Spectre.Console.Cli.
Changes include recursive pruning of registered sync roots.
Deletes either sync roots on filesystem, when not specifiying --recursive
, otherwise recurses through all sync root folders, and filters based on optional --include
-glob.
Commands:
Help
USAGE:
cloudfiles-troubleshooter.exe [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
COMMANDS:
clean <SyncRoots> Cleans Explorer-registered SyncRoots from the system
prune <SyncRoots> Cleans a cloudfiles sync root from the filesystem
Clean
DESCRIPTION:
Cleans Explorer-registered SyncRoots from the system.
USAGE:
cloudfiles-troubleshooter.exe clean <SyncRoots> [OPTIONS]
ARGUMENTS:
<SyncRoots>
OPTIONS:
-h, --help Prints help information
--confirm
--what-if
Prune
DESCRIPTION:
Cleans a cloudfiles sync root from the filesystem
USAGE:
cloudfiles-troubleshooter.exe prune <SyncRoots> [OPTIONS]
ARGUMENTS:
<SyncRoots>
OPTIONS:
-h, --help Prints help information
--confirm
--what-if
-i, --include <VALUES>
--recurse