Allow American spelling for compatibility

This commit is contained in:
Joshua Boniface 2021-11-08 00:09:59 -05:00
parent 7069d3237c
commit ea19af6494
1 changed files with 1 additions and 0 deletions

View File

@ -5647,6 +5647,7 @@ def task_init(confirm_flag, overwrite_flag):
)
@click.option(
"--colour",
"--color",
"_colour",
envvar="PVC_COLOUR",
is_flag=True,