IEEE-VIT/templa-rs

[ BREAKING BUG ] If user does not give a name for template, templa-rs breaks

Closed this issue · 0 comments

Describe the bug
If the user does not give a name for template then they will see the error:cannot pick working directory for non-bare repository that isn't a '.git' directory; class=Repository (6)

To Reproduce
Steps to reproduce the behavior:

  1. Go to templa-rs directory and try to execute the command
    cargo run --
  2. Select any of the templates and hit enter
  3. You will see the error cannot pick working directory for non-bare repository that isn't a '.git' directory; class=Repository (6)

Expected behavior
The name of the boilerplate-template should be used instead of the error

Screenshots
image