Add more help
This commit is contained in:
parent
897f68e4b0
commit
c77ecbfe5d
1 changed files with 2 additions and 0 deletions
|
|
@ -9,7 +9,9 @@ use serde::{Deserialize, Serialize};
|
||||||
|
|
||||||
const BASE_URL: &str = "https://api.azirevpn.com/v1";
|
const BASE_URL: &str = "https://api.azirevpn.com/v1";
|
||||||
|
|
||||||
|
/// AzireVPN client
|
||||||
#[derive(Clap, Debug)]
|
#[derive(Clap, Debug)]
|
||||||
|
#[clap(version=clap::crate_version!())]
|
||||||
struct Opts {
|
struct Opts {
|
||||||
/// Enables JSON output
|
/// Enables JSON output
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue