We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e752c3 commit b2ce95bCopy full SHA for b2ce95b
crates/fig_integrations/Cargo.toml
@@ -47,8 +47,5 @@ core-foundation = "0.10.0"
47
plist = "1.7.1"
48
objc.workspace = true
49
50
-[build-dependencies]
51
-fig_util.workspace = true
52
-
53
[dev-dependencies]
54
tempfile.workspace = true
crates/fig_integrations/build.rs
@@ -1,5 +1,4 @@
1
-use fig_util::CLI_BINARY_NAME;
2
+const CLI_BINARY_NAME: &str = "q";
3
const CODEX_FOLDER: &str = "src/shell/inline_shell_completion";
4
5
// The order here is very specific, do no edit without understanding the implications
0 commit comments