mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Removed util.add_global_options() and frontend.Application
This commit is contained in:
@@ -612,7 +612,7 @@ class help(frontend.Command):
|
||||
print ' %s %s' % (to_cli(c.name).ljust(mcl), c.doc)
|
||||
|
||||
|
||||
class console(frontend.Application):
|
||||
class console(frontend.Command):
|
||||
"""Start the IPA interactive Python console."""
|
||||
|
||||
def run(self):
|
||||
@@ -622,7 +622,7 @@ class console(frontend.Application):
|
||||
)
|
||||
|
||||
|
||||
class show_api(frontend.Application):
|
||||
class show_api(frontend.Command):
|
||||
'Show attributes on dynamic API object'
|
||||
|
||||
takes_args = ('namespaces*',)
|
||||
|
||||
Reference in New Issue
Block a user