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
Unhandled exception. GitVersion.WarningException: Could not parse command line parameter '--help'. If it is the target path, make sure it exists
Expected Behavior
gitversion --help should work, similarly gitversion -h
The correct argument is -help, not --help. We know the command line interface is, which is why we're going to completely rewrite it in version 6. See #2275 for details.
Additionally,
dotnet-gitversion
command not found: dotnet-gitversion
It should be made more clear in docs that if installing through homebrew interface is through gitversion not dotnet-gitversion
".NET Global Tool" and "Homebrew" have different headers in the documentation. Doesn't that make it clear that what comes after the header belongs to the header? How would you describe this differently?
Describe the bug
Naively following install instructions for MacOS
brew install gitversion
gitversion --help
Expected Behavior
gitversion --help
should work, similarlygitversion -h
Actual Behavior
Crash 😢
Steps to Reproduce
See above
Context
I was trying to use gitversion on MacOS
Additionally,
dotnet-gitversion
It should be made more clear in docs that if installing through homebrew interface is through
gitversion
notdotnet-gitversion
Your Environment
The text was updated successfully, but these errors were encountered: