summaryrefslogtreecommitdiffstats
path: root/src/command/mod.rs
diff options
context:
space:
mode:
authorYuvi Panda <yuvipanda@gmail.com>2021-05-09 13:03:56 +0530
committerGitHub <noreply@github.com>2021-05-09 08:33:56 +0100
commit19bd00f62005d07fc22ef72558e1102a7bb13b03 (patch)
tree818aaf786755e37aec2dcfa40ea938f42edc72db /src/command/mod.rs
parent07c54610138fb23cc71bb61516539cf67574e19c (diff)
Support fulltext search of commands (#75)
Diffstat (limited to 'src/command/mod.rs')
-rw-r--r--src/command/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/mod.rs b/src/command/mod.rs
index b16aae4d..8af64cb0 100644
--- a/src/command/mod.rs
+++ b/src/command/mod.rs
@@ -114,6 +114,7 @@ impl AtuinCmd {
query,
} => {
search::run(
+ &client_settings,
cwd,
exit,
interactive,