get_command_doc

omni.kit.commands.get_command_doc(name: str) str

Get Command docstring by name.

Parameters

nameCommand name. It may include a module name to be more specific and avoid conflicts.

Returns

Python docstring (__doc__) from a command type.