Skip to content

Commit

Permalink
Merge pull request #5744 from shannmu/elvish_doc_fix
Browse files Browse the repository at this point in the history
doc(complete): Fix how to add completions in elvish
  • Loading branch information
epage authored Sep 21, 2024
2 parents 1f74b01 + 7df66be commit 1c0e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_complete/src/env/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//!
//! Elvish
//! ```elvish
//! echo "eval (COMPLETE=elvish your_program)" >> ~/.elvish/rc.elv
//! echo "eval (E:COMPLETE=elvish your_program | slurp)" >> ~/.elvish/rc.elv
//! ```
//!
//! Fish
Expand Down

0 comments on commit 1c0e602

Please sign in to comment.