get_command_class_signature

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

Get the init signature for a Command.

Parameters

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

Returns

__init__ signature