Skip to content

Commit

Permalink
upgrade clap
Browse files Browse the repository at this point in the history
  • Loading branch information
cchexcode committed Mar 3, 2023
1 parent ebd398e commit fed2c49
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 148 deletions.
5 changes: 4 additions & 1 deletion .complate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ templates:
three:
content:
inline: |-
{{ test }}
{{ _decode "dGVzdA==" }}
helpers:
"_decode":
shell: |-
printf "$(printf $VALUE | base64 -D)"
values: {}
values:
test:
static: "test"
146 changes: 142 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ readme = "docs/README.md"
opt-level = 3

[dependencies]
clap = "^2.34"
clap = "^4.1.8"
async-trait = "^0.1"
tokio = { version = "1.26.0", features = ["rt", "rt-multi-thread", "macros" ] }
handlebars = "^4.1"
Expand All @@ -36,3 +36,4 @@ serde_yaml = "^0.8"
cursive = { version = "^0.16", optional = true }
dialoguer = { version = "^0.8", optional = true }
fui = { version = "^2.0", optional = true }
clap_mangen = "0.2.9"
Loading

0 comments on commit fed2c49

Please sign in to comment.