Skip to content

Commit

Permalink
Remove fig completion support
Browse files Browse the repository at this point in the history
Fig is sunsetting
  • Loading branch information
messense committed Mar 19, 2024
1 parent 3242f5c commit b434d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ clap = { version = "4.0.0", features = [
"wrap_help",
"unstable-styles",
] }
clap_complete_command = { version = "0.5.1", optional = true }
clap_complete_command = { version = "0.5.1", default-features = false, features = ["nushell"], optional = true }

# cross compile
cargo-zigbuild = { version = "0.18.3", default-features = false, optional = true }
Expand Down

0 comments on commit b434d6d

Please sign in to comment.