aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 037b60c60d27e037e85b7c2765b7d953d60016bc (plain)
1
2
3
4
5
6
7
8
9
use clap::Parser;
#[derive(Parser, Debug)]
struct Args {
    #[arg(short, long)]
    
}
fn main() {
    println!("sysmgmt software");
}