Skip to content

Commit e19dbc2

Browse files
hyperpolymathclaude
andcommitted
feat: shell completions (bash/zsh/fish/nushell) + VeriSimDB E2E test
- Add clap_complete + clap_complete_nushell for completion generation - New 'completions' subcommand writes shell completions to stdout - Pre-generated completions in completions/ directory - Add just completions recipe - Add tests/verisimdb_e2e.sh for REST gateway integration testing - Add just e2e-verisimdb recipe Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 74d6bc2 commit e19dbc2

9 files changed

Lines changed: 3888 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ repository = "https://github.com/hyperpolymath/panic-attacker"
1111

1212
[dependencies]
1313
clap = { version = "4.5", features = ["derive"] }
14+
clap_complete = "4.5"
15+
clap_complete_nushell = "4.5"
1416
colored = "2.1"
1517
anyhow = "1.0"
1618
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)