_origen.current_command#

Functions#

_origen.current_command.get_command()#
_origen.current_command.set_command(base_cmd, subcmds, args, ext_args, arg_indices, ext_arg_indices, exts, source_type, source_path=None, source_plugin=None)#

Classes#

class _origen.current_command.CurrentCommand#
arg_indices#
args#
base_cmd#
cmd#
command_source#
exts#
source#
subcmds#
class _origen.current_command.SourceType#
App = SourceType.App#
Aux = SourceType.Aux#
Core = SourceType.Core#
Plugin = SourceType.Plugin#
is_app_cmd#
is_aux_cmd#
is_core_cmd#
is_plugin_cmd#
root_name#