diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-23 20:19:28 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-23 20:19:28 -0500 |
commit | 4c43e044f3bbe51b78c99a2027ea3fddb36c5821 (patch) | |
tree | 3ec380c6b70bf103910c3b34d202b0e70720a7bf /app/search.lisp | |
parent | 5a16537d72931db14ca9f7a67c7b8def7d3f51bb (diff) |
[modify] cli search command; [modify] spurious kwargs in search
Diffstat (limited to 'app/search.lisp')
-rw-r--r-- | app/search.lisp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/search.lisp b/app/search.lisp index 0cd454c..f54cfa2 100644 --- a/app/search.lisp +++ b/app/search.lisp @@ -55,9 +55,7 @@ (ol:search-for-oneliners args limit - (cli:getopt cmd :no-flagged) - (cli:getopt cmd :flagged) - (cli:getopt cmd :newest))) + (cli:getopt cmd :no-flagged))) ;; if no search terms, but --newest or -n ((cli:getopt cmd :newest) |