diff --git a/src/main.rs b/src/main.rs index 882eb48..9349fb3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -234,16 +234,16 @@ async fn main() -> Result<()> { .long("print-expression") .help("Print all variables in GoaT currently, with their associated variants.\nUseful for construction of expressions.") ) + .arg( + Arg::new("progress-bar") + .long("progress-bar") + .help("Add a progress bar to large queries, to estimate time left.") + ) .arg( Arg::new("url") .short('u') .long("url") .help("Print the underlying GoaT API URL(s). Useful for debugging."), - ) - .arg( - Arg::new("progress-bar") - .long("progress-bar") - .help("Add a progress bar to large queries, to estimate time left.") ), ) // copy of the above. @@ -454,16 +454,16 @@ async fn main() -> Result<()> { .long("print-expression") .help("Print all variables in GoaT currently, with their associated variants.\nUseful for construction of expressions.") ) + .arg( + Arg::new("progress-bar") + .long("progress-bar") + .help("Add a progress bar to large queries, to estimate time left.") + ) .arg( Arg::new("url") .short('u') .long("url") .help("Print the underlying GoaT API URL(s). Useful for debugging."), - ) - .arg( - Arg::new("progress-bar") - .long("progress-bar") - .help("Add a progress bar to large queries, to estimate time left.") ), ) .subcommand(