cod-cli 0.2.0

Defines the CLI of codeberg-cli
Documentation
1
2
3
4
5
use clap::Parser;

/// Display short summary of the authenticated user account
#[derive(Parser, Debug)]
pub struct UserInfoArgs {}