Path is positional arg
This commit is contained in:
parent
17eb8ea511
commit
b14ddea356
1 changed files with 2 additions and 2 deletions
|
@ -133,10 +133,10 @@ class OptionsParser(ArgumentParser):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
self.add_argument(
|
self.add_argument(
|
||||||
'-p', '--path',
|
'pass_path',
|
||||||
|
metavar='path',
|
||||||
type=str,
|
type=str,
|
||||||
help="Path to the PasswordStore folder to use",
|
help="Path to the PasswordStore folder to use",
|
||||||
dest='pass_path',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self.add_argument(
|
self.add_argument(
|
||||||
|
|
Loading…
Reference in a new issue