Skip to content

Commit 1c0e602

Browse files
authored
Merge pull request #5744 from shannmu/elvish_doc_fix
doc(complete): Fix how to add completions in elvish
2 parents 1f74b01 + 7df66be commit 1c0e602

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
@@ -38,7 +38,7 @@
3838
//!
3939
//! Elvish
4040
//! ```elvish
41-
//! echo "eval (COMPLETE=elvish your_program)" >> ~/.elvish/rc.elv
41+
//! echo "eval (E:COMPLETE=elvish your_program | slurp)" >> ~/.elvish/rc.elv
4242
//! ```
4343
//!
4444
//! Fish

0 commit comments

Comments
 (0)