pub fn root_with_base<T: Into<String>>(
    name: T,
    authors: T,
    version: T,
    description: T,
    action: Option<Action>
) -> Command
Expand description

Create root command with base