Skip to content

Commit

Permalink
use released version of ocli
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Jan 18, 2024
1 parent 87e1f96 commit d8e2c86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ itertools = "0.12"
thiserror = "1.0.56"
clap = { version = "4.4.12", features = ["derive"] }
clap_complete = "4.4.5"
ocli = { git = "https://github.com/glehmann/ocli.git" }
ocli = "0.1.0"

[dev-dependencies]
assert_cmd = "0.11"
Expand Down
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub struct Config {
/// Log level
#[arg(short = 'l', long, default_value = "info")]
pub log_level: log::Level,

/// Generate the completion code for this shell
#[arg(long)]
pub completion: Option<Shell>,
Expand Down

0 comments on commit d8e2c86

Please sign in to comment.