IEEE-VIT / templa-rs

One-Stop Solution for all boilerplate needs!
MIT License
28 stars 22 forks source link

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

Closed sanjaybaskaran01 closed 2 years ago

sanjaybaskaran01 commented 2 years ago

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