Tang Chen ada06f4dc3 Add MultiKeyValueAction to custom parser action
Class MultiKeyValueAction will be used to parse arguments like this:

--route destination=xxx,gateway=xxx --route destination=yyy,gateway=yyy

The result is a list like this:

[{destination:xxx, gateway:xxx}, {destination:yyy, gateway:yyy}]

This action also contain validation of the parameters.

Change-Id: Ie3aa8635c6a13fc2e429fe6922acd681dc7244cf
2016-02-27 03:53:32 +08:00
..
2014-01-20 17:28:13 +04:00
2016-02-23 10:38:58 -06:00
2016-02-23 10:38:58 -06:00
2016-02-23 10:38:58 -06:00
2016-02-23 10:38:58 -06:00
2016-02-23 10:38:58 -06:00