-
-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Description
If I run cargo install --git https://github.com/XAMPPRocky/tokei.git tokei
then this builds successfully, but when I then run tokei I get on amd64 linux (arch linux based):
thread 'main' panicked at /home/[user]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.15/src/parser/matches/arg_matches.rs:181:17:
arg `files`'s `ArgAction` should be one of `SetTrue`, `SetFalse` which should provide a default
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
zsh: IOT instruction (core dumped) tokei
That error doesn't look platform specific.
When I specify the last alpha release it works: cargo install --git https://github.com/XAMPPRocky/tokei.git --tag v13.0.0-alpha.1 tokei
.
Metadata
Metadata
Assignees
Labels
No labels