Reedline has now... instead of Nushell has now...
This commit is contained in:
petrisch 2022-05-23 15:25:03 +02:00 committed by GitHub
parent c49845e3e0
commit 28514478e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ let mut line_editor = Reedline::create().with_edit_mode(Box::new(Vi::new(
## Are we prompt yet? (Development status)
Nushell has now all the basic features to become the primary line editor for [nushell](https://github.com/nushell/nushell
Reedline has now all the basic features to become the primary line editor for [nushell](https://github.com/nushell/nushell
)
- General editing functionality, that should feel familiar coming from other shells (e.g. bash, fish, zsh).