Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
586
fn prqlc_command() -> Command {
587
let mut cmd = Command::new(get_cargo_bin(
"prqlc"
));
588
normalize_prqlc(&mut cmd);
589
cmd
590
}
591
592
fn normalize_prqlc(cmd: &mut Command) -> &mut Command {
593
cmd
Callers
4
compile_project
Function · 0.70
format
Function · 0.70
debug
Function · 0.70
debug_json_schema
Function · 0.70
Calls
1
normalize_prqlc
Function · 0.70
Tested by
no test coverage detected