Skip to main content

CommandArgs

Type Alias CommandArgs 

Source
pub type CommandArgs = Vec<String>;
Expand description

CLI arguments forwarded to an agent’s executable or package entry point.

Aliased Type§

pub struct CommandArgs { /* private fields */ }