Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adhocore/php-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: adhocore/php-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Dec 1, 2024

  1. 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>
    kodie and adhocore authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    cd0152f View commit details
    Browse the repository at this point in the history
Loading