diff options
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r-- | ipalib/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py index e379f073a..d5a5b8429 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -850,7 +850,7 @@ class show_mappings(frontend.Command): ) has_output = tuple() - def run(self, command_name): + def run(self, command_name, **options): command_name = from_cli(command_name) if command_name not in self.Command: raise CommandError(name=command_name) |