1 2 3 4 5
use clap::{App, SubCommand}; pub fn subcommand() -> App<'static, 'static> { SubCommand::with_name("logout").about("Erase configuration and log out of Jira") }