Struct project_init::types::Config [] [src]

pub struct Config {
    pub version_control: Option<String>,
    pub author: Option<Author>,
    pub license: Option<String>,
    pub user: Option<UserConfig>,
}

Struct for the global configuration at $HOME/.pi.toml

Fields

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.