Skip to content

Commit

Permalink
2024-02-23
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano_bestia committed Feb 23, 2024
1 parent f4d4456 commit e24ac46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation_tasks_rs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fn completion() {

if last_word == "cargo-auto" || last_word == "auto" {
let sub_commands = vec!["build", "release", "doc", "test", "commit_and_push", "github_new_release"];
completion_return_one_or_more_sub_commands(sub_commands, word_being_completed);
cl::completion_return_one_or_more_sub_commands(sub_commands, word_being_completed);
}
}

Expand Down

0 comments on commit e24ac46

Please sign in to comment.