Fixed for search flag

This commit is contained in:
Dimitris Zlatanidis 2022-12-25 23:48:58 +02:00
parent 04076328f2
commit ccd9aa8af9

View file

@ -49,6 +49,9 @@ class Argparse:
self.flag_full_reverse = '--full-reverse'
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.flag_jobs,
self.flag_resolve_off,