Skip to main content

parse

Function parse 

Source
pub fn parse(command: &[String]) -> Vec<CreatedResource>
Expand description

Parse a subprocess command and return every resource the command appears to create. Empty vec if none recognized.

The command is the full argv the user passed to tryaudex run, e.g. ["aws", "s3api", "create-bucket", "--bucket", "my-bucket"].