MCPcopy Create free account
hub / github.com/PRQL/prql / prqlc_command

Function prqlc_command

prqlc/prqlc/src/cli/test.rs:586–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584}
585
586fn prqlc_command() -> Command {
587 let mut cmd = Command::new(get_cargo_bin("prqlc"));
588 normalize_prqlc(&mut cmd);
589 cmd
590}
591
592fn normalize_prqlc(cmd: &mut Command) -> &mut Command {
593 cmd

Callers 4

compile_projectFunction · 0.70
formatFunction · 0.70
debugFunction · 0.70
debug_json_schemaFunction · 0.70

Calls 1

normalize_prqlcFunction · 0.70

Tested by

no test coverage detected