Comment 1 for bug 1185902

Revision history for this message
Yang Hongyang (hongyang-yang) wrote :

We should use required option of argparser instead of manually check action arguments using cliutils.validate_args(). cliutils.validate_args() only checks arguments count. By using required option of argparser, the useage message outputed will be more helpful.

I will make a patch to remove cliutils module and fix this bug.