mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +01:00
Fixed for search flag
This commit is contained in:
parent
04076328f2
commit
ccd9aa8af9
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ class Argparse:
|
||||||
self.flag_full_reverse = '--full-reverse'
|
self.flag_full_reverse = '--full-reverse'
|
||||||
self.flag_search = '--search'
|
self.flag_search = '--search'
|
||||||
|
|
||||||
|
if not self.configs.dialog and self.flag_search in self.args:
|
||||||
|
self.usage.help(1)
|
||||||
|
|
||||||
self.options = [self.flag_yes,
|
self.options = [self.flag_yes,
|
||||||
self.flag_jobs,
|
self.flag_jobs,
|
||||||
self.flag_resolve_off,
|
self.flag_resolve_off,
|
||||||
|
|
Loading…
Reference in a new issue