Skip to content

Commit 2c04acd

Browse files
authored
Merge pull request #6121 from AudaciousAxiom/docs/complete-simplify-fish-source
docs(complete): Simplify sourcing fish completions
2 parents f8b9e24 + b827661 commit 2c04acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clap_complete/src/env/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//!
4848
//! Fish
4949
//! ```fish
50-
//! echo "source (COMPLETE=fish your_program | psub)" >> ~/.config/fish/config.fish
50+
//! echo "COMPLETE=fish your_program | source" >> ~/.config/fish/config.fish
5151
//! ```
5252
//!
5353
//! Powershell

0 commit comments

Comments
 (0)