Skip to content

dibya-swain/mycli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mycli

Command Override Behavior

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.

Usage

Default (commoncli wins on conflicts):

.\mycli.exe

To let mycli commands override commoncli on conflicts:

$env:COMMAND_OVERRIDE="mycli"
.\mycli.exe

Or in Command Prompt (cmd.exe):

set COMMAND_OVERRIDE=mycli
mycli.exe

If you want this override to always apply, set the environment variable permanently in your system/user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages