ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.37k stars 328 forks source link

Cannot use `gitinspector --help` outside of a repository #236

Closed foxyseta closed 1 year ago

foxyseta commented 1 year ago

Steps to reproduce:

  1. make sure your current directory is not inside any repository
  2. run gitinspector --help

I am pretty sure the user should at least be able to read the help page without being inside any repository. I am willing to open a PR for this, if necessary.

foxyseta commented 1 year ago

Closing this myself as this is a duplicate of #177.