Method
FoundryCliCommandTreeregister
Declaration [src]
void
foundry_cli_command_tree_register (
FoundryCliCommandTree* self,
const char* const* path,
const FoundryCliCommand* command
)
Parameters
path-
Type:
const char* const*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. command-
Type:
FoundryCliCommandNo description available.
The data is owned by the caller of the method.