scripts/gray_visual.py: fix default of -k
This commit is contained in:
parent
10d65c1b8e
commit
45017c417e
@ -25,7 +25,7 @@ def cli_args() -> argparse.Namespace:
|
||||
'(containing gray.ini)')
|
||||
parser.add_argument('outputs', type=Path,
|
||||
help='filepath of the outputs directory')
|
||||
parser.add_argument('--kind', '-k', default='raytracing', nargs='+',
|
||||
parser.add_argument('--kind', '-k', default=['raytracing'], nargs='+',
|
||||
choices=['raytracing', 'beam', 'profiles', 'inputs'],
|
||||
help='which kind of information to visualise')
|
||||
parser.add_argument('--outfile', '-o',
|
||||
|
Loading…
Reference in New Issue
Block a user