Skip to content

Commit 75cdb42

Browse files
committed
Fix bug
1 parent f88aa77 commit 75cdb42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cli/command.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ def build_parser(self, subparsers):
180180
action="store_const", const='types',
181181
help=argparse.SUPPRESS
182182
)
183-
184-
group = parser.add_argument_group(
185-
'Refactor options'
186-
)
187183
group.add_argument(
188184
'--randname', type=int, metavar='{0,1}',
189185
help='Build random name pool'

0 commit comments

Comments
 (0)