nextsync-rust/src/subcommands/push.rs
2024-03-31 22:17:26 +02:00

7 lines
120 B
Rust

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