mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 02:18:44 +02:00
Format code
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user