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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Additions
Subcommands that used to be mutually exclusive can now be stacked because they have become CLI options. Example: semver -st sorts versions and then prints them in a custom (TSV) format.
Changes
Former subcommand functionality has been condensed into the main semver command, and is activated by CLI options (#45).
Removals
semver grep -c (pipe semver output to wc instead).
semver find (pipe find output to semver instead).
semver sort -r (pipe semver -s output to tac instead).