I have two flags, both of which require a value -i [value] & -k [value].
Only if I use -i importantValue, will the -k [value] flag be required.
Is it possible to specify this with argparse? If so, how?
I have two flags, both of which require a value -i [value] & -k [value].
Only if I use -i importantValue, will the -k [value] flag be required.
Is it possible to specify this with argparse? If so, how?