Skip to content

Commit

Permalink
feat(commands): ✨ Update code according to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Sep 18, 2024
1 parent ab69cb7 commit 7db586b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/nur.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl Command for Nur {
let mut signature = Signature::build("nur");

signature = signature
.usage("nur - a taskrunner based on nu shell.")
.description("nur - a taskrunner based on nu shell.")
.switch("version", "Output version number and exit", Some('v'))
.switch("list", "List available tasks and then just exit", Some('l'))
.switch(
Expand Down Expand Up @@ -56,7 +56,7 @@ impl Command for Nur {
signature
}

fn usage(&self) -> &str {
fn description(&self) -> &str {
"nur - a taskrunner based on nu shell."
}

Expand Down

0 comments on commit 7db586b

Please sign in to comment.