#6009 *-show option "--all" newly requires argument
Closed: Fixed None Opened 7 years ago by lryznaro.

How to reproduce - example:
1. install IPA, kinit as admin
2.

ipa user-show admin --all

Expected results:

Lists all attributes of admin user entry

Actual result:

Usage: ipa [global-options] user-show LOGIN [options]

ipa: error: --all option requires an argument

Only work properly when running

ipa user-show admin --all=True

[[BR]]
Same goes for "--raw" option or also other objects (e.g. service). Apparently these options no longer have Flag behaviour, but require argument.


Looks like a regression in thin client effort.

master:

  • a77e21c schema: fix Flag arguments on the client

master:

  • 8d5272e schema: properly fix Flag arguments on the client

Metadata Update from @lryznaro:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 4.4

7 years ago

Login to comment on this ticket.

Metadata