By default, if a command exists in both mycli and commoncli, the version from commoncli will be used.
If you want your own (mycli) commands to override those from commoncli (when there is a name conflict), set the environment variable COMMAND_OVERRIDE to mycli before running the CLI.
Default (commoncli wins on conflicts):
.\mycli.exeTo let mycli commands override commoncli on conflicts:
$env:COMMAND_OVERRIDE="mycli"
.\mycli.exeOr in Command Prompt (cmd.exe):
set COMMAND_OVERRIDE=mycli
mycli.exeIf you want this override to always apply, set the environment variable permanently in your system/user