1 2 3 4 5
use clap::Parser; /// Login via generating authentication token #[derive(Parser, Debug)] pub struct LoginArgs {}