Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion imagine/imagine.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def _parse_args() -> Namespace:
standard.add_argument('--seed', help='The seed to use while generating '
'random image data', type=int, default=0)
standard.add_argument('--size', help='Display the first image size and '
'the directory size for the images')
'the directory size for the images',
action='store_true')
return parser.parse_args()


Expand Down