Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jun 8, 2024
1 parent 7011e5b commit 0c1321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn bash() {

#[test]
fn replacements() {
for shell in ["bash", "elvish", "fish", "powershell", "zsh"] {
for shell in ["bash", "elvish", "fish", "nushell", "powershell", "zsh"] {
let output = Command::new(executable_path("just"))
.args(["--completions", shell])
.output()
Expand Down

0 comments on commit 0c1321d

Please sign in to comment.