Skip to content

Version 0.4.0 for x86_64-unknown-linux-gnu prints errant error message #73

Closed
@noahrubin

Description

@noahrubin

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

  1. Download archive from GitHub and unzip it.
  2. Run hoard --help

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions