Do not display warning message if -n or count is set
Someone using the count option is already aware of the limitations. The warning is useless.
This commit is contained in:
parent
9e72f864b3
commit
2915a04eba
2 changed files with 5 additions and 2 deletions
|
|
@ -167,7 +167,6 @@ class ReplApplication(Cmd, ConsoleApplication):
|
|||
self._parser.add_option_group(formatting_options)
|
||||
|
||||
self._interactive = False
|
||||
self._is_default_count = True
|
||||
self.working_path = WorkingPath()
|
||||
self._change_prompt()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue