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 8b39124 commit 44b941aCopy full SHA for 44b941a
.ctproject
@@ -6,4 +6,5 @@ ragdoll=echo 'tata is a ragdoll'
6
combine=echo "toto is dumb" && echo "tata is a ragdoll" # no recursive ct invoke for this test sentence
7
envvar='CTENV="azerty qsdf";echo $CTENV'
8
# comment on line
9
-front='cd ui; ct run' #debugging #18
+front='cd ui; ct run' #debugging #18
10
+dual="ct help && ct help"
src/extract.rs
@@ -52,6 +52,7 @@ impl RunCommand{
52
let sh_sub_command = self.build_subcommand();
53
debug_log(|| format!("About to run `sh -c {:?}`", sh_sub_command));
54
let s = Command::new("sh")
55
+ .env("CTNOBANNER","true")
56
.arg("-c")
57
.arg(sh_sub_command)
58
.current_dir(ct_file.path.clone())
0 commit comments