Comment 5 for bug 1442771

Revision history for this message
Zengfa Gao (zfgao) wrote :

For python argparse, it has the conception of positional parameter such as 'NAME CIDR'.
If both are required, then they can be separated.
If later is optional positional parameter, those two need to be together. I didn't find a good way to solve this problem yet.

With subnetpool, CIDR is optional positional parameter for subnet-create.