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