What is the unexpected behaviour being reported?
bump is used in the README to show how to release a version.
However when you run vergo --help it is not a valid command.
You need to run vergo release --help to see that is is actually an alias for release
What would be the expected behaviour?
The README should be updated to only use release and a section for all available command should be made
What is the unexpected behaviour being reported?
bumpis used in the README to show how to release a version.However when you run
vergo --helpit is not a valid command.You need to run
vergo release --helpto see that is is actually an alias forreleaseWhat would be the expected behaviour?
The README should be updated to only use release and a section for all available command should be made