Closed
Description
Version: 0.4.0
Platform: x86_64-unknown-linux-gnu
Observed Behavior
> hoard --help
ignoring ``: invalid filter directive
hoard 0.4.0
The possible subcommands for `hoard`
USAGE:
hoard [FLAGS] [OPTIONS] [SUBCOMMAND]
FLAGS:
-f, --force
--help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --config-file <config-file>
-h, --hoards-root <hoards-root>
SUBCOMMANDS:
backup Back up the given hoard(s)
cleanup Cleans up the operation logs for all known systems
help Prints this message or the help of the given subcommand(s)
list List configured hoards
restore Restore the files from the given hoard to the filesystem
validate Loads all configuration for validation. If the configuration loads and builds, this command succeeds
Notice the ignoring ``: invalid filter directive
message at the top (printed to stderr). This happens on every invocation of hoard
.
Expected Behavior
Running hoard --help
should only produce the help message.
Steps to Reproduce
- Download archive from GitHub and unzip it.
- Run
hoard --help