Skip to content

Commit

Permalink
fix: autocompletion
Browse files Browse the repository at this point in the history
See #426
  • Loading branch information
Nukesor committed Apr 29, 2023
1 parent 3d7199c commit 68df791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pueue/src/client/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ pub enum Shell {

#[derive(Parser, Debug)]
#[command(
name = "Pueue client",
name = "pueue",
about = "Interact with the Pueue daemon",
author,
version
Expand Down
2 changes: 1 addition & 1 deletion pueue/src/daemon/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::{ArgAction, Parser, ValueHint};

#[derive(Parser, Debug)]
#[command(
name = "Pueue daemon",
name = "pueued",
about = "Start the Pueue daemon",
author,
version
Expand Down

0 comments on commit 68df791

Please sign in to comment.