Files
python-heatclient/heatclient/tests/unit
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-07-06 01:11:36 +00:00
2020-02-10 12:37:49 -05:00
2016-06-10 08:25:09 +12:00
2022-05-09 17:01:25 +00:00
2022-05-09 17:01:25 +00:00
2022-05-09 17:01:25 +00:00
2022-05-09 17:01:25 +00:00
2022-05-09 17:01:25 +00:00
2022-05-09 17:01:25 +00:00
2016-08-03 19:45:05 +08:00
2022-06-13 17:51:28 +00:00
2022-05-09 17:01:25 +00:00
2022-05-09 17:01:25 +00:00
2022-06-13 18:56:45 +03:00