Skip to content

Commit

Permalink
doc(complete): Fix how to add completions in elvish
Browse files Browse the repository at this point in the history
  • Loading branch information
shannmu committed Sep 21, 2024
1 parent 1f74b01 commit 7df66be
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 7df66be

Please sign in to comment.