Skip to content

Commit 0b643cb

Browse files
committed
fix: Change to "store_false" for --overwrite
1 parent 41254ce commit 0b643cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pw_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def parse_args():
112112
parser.add_argument('-u', '--username', type=str)
113113
parser.add_argument('-w', '--website', type=str)
114114
parser.add_argument('-kwargs', '--kwargs', '--keyword_arguments', type=str)
115-
parser.add_argument('-ow', '--overwrite', action='store_true')
115+
parser.add_argument('-ow', '--overwrite', action='store_false')
116116

117117
parser.add_argument('-rm', '--remove_entity', type=str, help=h.remove)
118118
parser.add_argument('-rms', '--remove_section', type=str, help=h.remove)

0 commit comments

Comments
 (0)