Fix --force requiring an argument
This commit is contained in:
parent
b6fa7970a6
commit
a52f97d5a5
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ if __name__ == '__main__':
|
|||
Default: {}.
|
||||
""".format(ConfigFile.default_path))
|
||||
parser.add_argument('--force', '-o',
|
||||
action='store_true',
|
||||
help="""For the set command, if SYMBOL is not
|
||||
present, add a definition for it.""")
|
||||
parser.add_argument('--write', '-w',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue