use clap::Command; pub fn create() -> Command { Command::new("push") .about("Push changes on nextcloud") }