mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
unlike the commands defined by C++, the commands defined by python now uses "prefix" and "args" properties of elements in COMMAND class attribute to define their command and arguments. the "cmd" property is still available for the ceph CLI. but the ceph_command sphinx extension should now use "prefix" and "args" for printing out the usage of commands implemented using python. in this change, the extension is updated to read "prefix" and "args" properties of command defined by python modules. Signed-off-by: Kefu Chai <kchai@redhat.com> |
||
---|---|---|
.. | ||
ceph_commands.py | ||
ceph_releases.py |