GbpOptionParser: allow using the default 'dest' attribute
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 20 May 2013 08:28:51 +0000 (11:28 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 09:12:56 +0000 (17:12 +0800)
commit5450dbfc2adaf3b4ff3ac99bc2f5af0eba3f422b
treef88c219b6edf5cbdc7f834324ccdb37d5a817ade
parent1f608ccf5b46f40e13f716e536f577de02935fcc
GbpOptionParser: allow using the default 'dest' attribute

Make it possible to add options without explicitly defining the 'dest'
attribute - in which case the default of OptionParser is used.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>