feat: Added static completions via a --completions flag

This commit is contained in:
2025-10-24 10:56:34 -06:00
parent c13142f971
commit 59a3e3012b
5 changed files with 52 additions and 5 deletions
+1
View File
@@ -77,6 +77,7 @@ rustpython-ast = "0.4.0"
colored = "3.0.0"
clap_complete = { version = "4.5.58", features = ["unstable-dynamic"] }
gman = "0.2.3"
clap_complete_nushell = "4.5.9"
[dependencies.reqwest]
version = "0.12.0"