Cole Robinson 7cd04a9f86 cli: Register VirtCLIArguments at class definition time
The VirtCLIArguments, (for example, path=, size=, etc. for --disk)
are only registered when a VirtCLIParser is actually initialized.
This seems backwards, since those arguments are really more immutable
factors of the actual command line parsing, so make more sense only
initializing them once, at class definition time.

This switches to use that pattern. This makes the parsing flow a bit
cleaner and can be a basis for future improvements.
2016-06-13 18:37:30 -04:00
..
2016-04-18 16:42:12 -04:00
2015-09-05 17:20:43 -04:00
2015-03-23 15:56:55 -04:00
2015-03-23 15:56:55 -04:00
2016-04-18 16:42:12 -04:00
2016-03-24 14:15:49 -04:00
2016-04-18 16:42:12 -04:00
2016-06-13 18:37:30 -04:00