mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-16 18:32:05 +01:00
Allow specifying fulltext as well as full-text (#771)
This commit is contained in:
parent
b91d4f4806
commit
991461f423
@ -24,6 +24,7 @@ pub enum SearchMode {
|
||||
Prefix,
|
||||
|
||||
#[serde(rename = "fulltext")]
|
||||
#[clap(aliases = &["fulltext"])]
|
||||
FullText,
|
||||
|
||||
#[serde(rename = "fuzzy")]
|
||||
|
Loading…
Reference in New Issue
Block a user