Skip to content

Commit

Permalink
dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhr-arch committed Sep 6, 2024
1 parent 0e9a58d commit 7398fbf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
52 changes: 26 additions & 26 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 src/bin/clashtui/commands/complete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pub fn gen_complete(shell: Option<clap_complete::Shell>) {
clap_complete::generate(
gen,
&mut CliCmds::command(),
"clashtui",
// gen bin name by argv[0]
std::env::args().next().unwrap(),
&mut std::io::stdout(),
)
}

0 comments on commit 7398fbf

Please sign in to comment.