Files
python-heatclient/heatclient/tests
Takashi Kajinami 93411beff0 Require int value for --limit option
Currently the value passed to the --limit option is not validated as
part of argument parser and results in an ugly error.

$ openstack stack list --limit a
invalid literal for int() with base 10: 'a'
$

This enables the validation in argument parser to require integer,
which shows more clear error.

$ openstack stack list --limit a
openstack stack list: error: argument --limit: invalid int value: 'a'
$

Change-Id: I17397bc202a08de63b715fa15d0f33754393c226
2022-07-06 01:11:36 +00:00
..
2022-05-09 17:01:25 +00:00
2022-07-06 01:11:36 +00:00
2013-05-25 08:45:35 +02:00
2016-06-30 16:03:01 +02:00