<command>
Runs an arbitrary Cargo subcommand (Terrabuild action name is forwarded to cargo).
Example for command __dispatch__:
@cargo __dispatch__ {
args = "check --locked"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Additional arguments appended after the subcommand.
Last updated on