You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow disabling colors (#118)
* Allow disabling colors
* Make a public static variable
* Add documentation about disabling colors to readme
* Remove empty line
* Don't worry about missing styles if colors are disabled
* Short-circut the missing method the same way we do line function
* Rename Color's variable to just as we do camelcase here
* Check if NO_COLOR is set when writing to the terminal
* Add info about NO_COLOR environment variable to readme
---------
Co-authored-by: Jitendra Adhikari <2908547+adhocore@users.noreply.github.com>
Allow for custom default command execution without arguments (#109)
* Allow for custom default command execution without arguments
* Add a test for default command execution
* Fix testDefaultCommand command1 action indentation