Closed jgabaut closed 10 months ago
As of version 0.2.1, a run from a non-repo directory fails with:
0.2.1
[ERROR] Failed git check. Error was: {could not find repository at './'; class=Repository (6); code=NotFound (-3)} [ERROR] check_passed_args() failed with: "could not find repository at './'; class=Repository (6); code=NotFound (-3)"
This could be changed by better handling the result of our discovery, to have different behaviour when outside the happy path.
Closed with #81.
As of version
0.2.1
, a run from a non-repo directory fails with:This could be changed by better handling the result of our discovery, to have different behaviour when outside the happy path.