schema: merge command args and options

Rather than having args and options separately in command schema, merge
them together and use new `positional` param flag to differentiate between
them.

https://fedorahosted.org/freeipa/ticket/4739

Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
Jan Cholasta
2016-06-16 10:19:25 +02:00
parent 91faf3ecd7
commit d0cfe37a7e
3 changed files with 17 additions and 25 deletions

View File

@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=190
# Last change: schema: remove output_params
IPA_API_VERSION_MINOR=191
# Last change: schema: merge command args and options