You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With ad3b (switch to clap) and later [globbing is broken]:
☁ complexity [ad3bf6a] cargo run -- --only **/*.rs
Compiling complexity v0.4.2 (/Users/frederickmeissner/devprojects/complexity)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
Running `target/debug/complexity --only src/cli.rs src/configuration.rs src/files_filter.rs src/flags.rs src/lib.rs src/main.rs src/parsed_file.rs src/parser.rs src/scoring.rs src/scoring/length.rs src/scoring/standard.rs`
error: The subcommand 'src/configuration.rs' wasn't recognized
Usage: complexity [OPTIONS] [COMMAND]
For more information try '--help'
Happily the older commit is what homebrew installs by default, but I assume that there are reasons why we do want to use clap and it would be better to fix our use of clap rather than revert something else useful.
The text was updated successfully, but these errors were encountered:
It may be that globbing only worked by accident with structopt, but it would be cool to have, personally I use --only app/**/*.rb for analysing Rails apps a lot.
Compare 7a4d6cf (just before the switch to clap) [globbing works]:
With ad3b (switch to clap) and later [globbing is broken]:
Happily the older commit is what homebrew installs by default, but I assume that there are reasons why we do want to use clap and it would be better to fix our use of clap rather than revert something else useful.
The text was updated successfully, but these errors were encountered: