mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Drop support for CSV in the CLI client
Ticket: https://fedorahosted.org/freeipa/ticket/3352 Design: http://freeipa.org/page/V3/Drop_CSV
This commit is contained in:
committed by
Martin Kosek
parent
b4915bd2fd
commit
3a96cbc518
@@ -1044,7 +1044,6 @@ class cli(backend.Executioner):
|
||||
kw = self.parse(cmd, argv)
|
||||
if self.env.interactive:
|
||||
self.prompt_interactively(cmd, kw)
|
||||
kw = cmd.split_csv(**kw)
|
||||
if self.env.interactive:
|
||||
try:
|
||||
callbacks = cmd.get_callbacks('interactive_prompt')
|
||||
|
||||
Reference in New Issue
Block a user