mirror of
https://github.com/KrisKennaway/ii-pix.git
synced 2025-04-22 19:37:17 +00:00
Add default values to help
This commit is contained in:
parent
8d3ab4f50e
commit
0036ee9522
@ -328,11 +328,13 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
'--fixed-colours', type=int, default=0,
|
||||
help='How many colours to fix as identical across all 16 SHR palettes'
|
||||
help='How many colours to fix as identical across all 16 SHR palettes '
|
||||
'(default: 0)'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--save-preview', type=bool, default=True,
|
||||
help='Whether to save a .PNG rendering of the output image'
|
||||
help='Whether to save a .PNG rendering of the output image (default: '
|
||||
'True)'
|
||||
)
|
||||
args = parser.parse_args()
|
||||
if args.lookahead < 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user