Skip to main content

run

Function run 

Source
pub fn run(cmd: ConfigCommand, hostname: Option<&str>) -> Result<()>
Expand description

Run the gor config subcommand.

§Errors

Returns an error if the config file cannot be read or written, or if the user provides an invalid key or value.