mirror of
https://github.com/nushell/nushell.git
synced 2025-06-06 01:56:54 +02:00
Format code
This commit is contained in:
parent
b0e5979e94
commit
48347f38bb
@ -23,9 +23,9 @@ pub enum MatchAlgorithm {
|
||||
/// Example:
|
||||
/// "git checkout" is matched by "gco"
|
||||
Fuzzy,
|
||||
|
||||
|
||||
/// Only show suggestions which have a substring matching with the given input
|
||||
///
|
||||
///
|
||||
/// Example:
|
||||
/// "git checkout" is matched by "checkout"
|
||||
Substring,
|
||||
|
Loading…
x
Reference in New Issue
Block a user