Struct amethyst_cli::New[][src]

pub struct New {
    pub project_name: String,
    pub version: Option<String>,
}

Options for the New subcommand. If version is None, then it uses the latest version available

Fields

Methods

impl New
[src]

Trait Implementations

impl Clone for New
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for New
[src]

Formats the value using the given formatter. Read more

impl Default for New
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for New

impl Sync for New