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: tj/commander.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: tj/commander.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 5 contributors

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    47e8b20 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    997655d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. feat(option): allow to set options as conflicting (#1678)

    Problem: I would like to configure options that are mutually exclusive. For example --json (to set the output type), conflicts with --silent (to suppress output).
    
    Solution: Added a new option method conflicts that accepts an array of strings (or a single string) with options that conflicts with the configured option.
    erezrokah authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    fc4fd41 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    b5d2bb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Add extended conflicts example (#1700)

    * Add extended conflicts example
    
    * Trim trailing whitespace
    shadowspawn authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1d27078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    019499b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Fix the typo

    winwangqi authored and abetomo committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0e29b3d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    5bddedf View commit details
    Browse the repository at this point in the history
Loading