mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
why was that line there...
This commit is contained in:
parent
dcacd4d601
commit
1e9549ec4f
1 changed files with 0 additions and 1 deletions
|
@ -1461,7 +1461,6 @@ class ArgParser():
|
|||
@param help:str Short description, use `None` to hide the option
|
||||
'''
|
||||
def add_argumentless(self, alternatives, help = None):
|
||||
ARGUMENTLESS
|
||||
self.__arguments.append((ARGUMENTLESS, alternatives, None, help))
|
||||
stdalt = alternatives[0]
|
||||
self.opts[stdalt] = None
|
||||
|
|
Loading…
Reference in a new issue