pub fn run(args: BundleCommand) -> Result<()>Expand description
Runs the package bundle command.
ยงErrors
Returns an error if the package cannot be bundled, if there are missing dependencies, or if there is an error writing the bundle file.
pub fn run(args: BundleCommand) -> Result<()>Runs the package bundle command.
Returns an error if the package cannot be bundled, if there are missing dependencies, or if there is an error writing the bundle file.