pub fn run(
args: CreateCommand,
yes: bool,
plugin_manager: Option<&PluginManager>,
) -> Result<()>Expand description
Runs the create command.
ยงErrors
Returns an error if the application cannot be created or dependencies cannot be resolved.