feat: allow `very_good create .`
Status
READY/IN DEVELOPMENT/HOLD READY
Description
Allows . as a project name (like flutter create .)
Type of Change
- [x] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
- [ ] โ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ๐งน Code refactor
- [ ] โ Build configuration change
- [ ] ๐ Documentation
- [ ] ๐๏ธ Chore
fixes https://github.com/VeryGoodOpenSource/very_good_cli/issues/969
this is ready for review.
by the way, the repo had 37 broken tests when I cloned it on my machine. I was wondering if I should submit those as issues.
Fixed the formatting issue by updating from main via #1003 so CI is now passing. @wolfenrain can we get a review here?
Pinging @wolfenrain
sure thing, let me know if there's anything I need to do.
sure thing, let me know if there's anything I need to do.
The CI seems to be failing on some tests, mind having a look at that? I suspect that the tests are failing because of wrong parameters (might mean it isnt backwards compatible like we hoped?)
I can't tell which tests are failing. See this issue for more details https://github.com/VeryGoodOpenSource/very_good_cli/issues/1162
I can't tell which tests are failing. See this issue for more details #1162
Take a look at the details of the Actions output here. You can see the failing tests in the output.