Bases: cliff.command.Command
Emit a warning for use of a deprecated option
Invoked by the application when the command is run.
Developers implementing commands should override
take_action()
.
Developers creating new command base classes (such as
Lister
and ShowOne
) should override this
method to wrap take_action()
.
Return the value returned by take_action()
or 0.
Bases: abc.ABCMeta
Bases: osc_lib.command.command.Command
, cliff.lister.Lister
Bases: osc_lib.command.command.Command
, cliff.show.ShowOne
Bases: cliff.commandmanager.CommandManager
Noop subclass for transition purposes.
Timing Implementation
Bases: osc_lib.command.command.Lister
Show timing data
Run command.
Return a tuple containing the column names and an iterable containing the data to be listed.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.