We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63c62c commit 6a12ec5Copy full SHA for 6a12ec5
src/freegames/__main__.py
@@ -28,7 +28,7 @@ def main():
28
subparsers = parser.add_subparsers(dest='command', help='sub-command help')
29
subparsers.required = True
30
31
- parser_list = subparsers.add_parser('list', help='list games')
+ subparsers.add_parser('list', help='list games')
32
33
parser_play = subparsers.add_parser('play', help='play free Python games')
34
parser_play.add_argument('game', choices=games, help='game name')
0 commit comments