cmd

Function cmd 

Source
pub fn cmd(args: Args) -> Result<(Plan, BuiltPkgs)>
Expand description

Build a pint package or workspace given a set of build args.

Returns the build Plan that was used, along with the set of packages that were built.