-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Using current master (4ee0b2e), there still seems to be an issue that looks like #557:
% cargo run -- cache.c
Finished dev [unoptimized + debuginfo] target(s) in 0.13s
Running `target/debug/bat cache.c`
error: The subcommand 'cache.c' wasn't recognized
Did you mean 'cache'?
If you believe you received this message in error, try re-running with 'bat -- cache.c'
USAGE:
bat [OPTIONS] [FILE]...
bat <SUBCOMMAND>
For more information try --help
Giving -- doesn't give a workaround:
% ./target/debug/bat -- cache.c
error: The subcommand 'cache.c' wasn't recognized
Did you mean 'cache'?
[...]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working