tailcall
tailcall copied to clipboard
refactor(init): improve/simplify CLI experience
Issue Reference(s):
Fixes #698
/claim #698
/split @neo773
Build & Testing:
- [x] I ran
cargo testsuccessfully. - [x] I have run
./lint.sh --mode=fixto fix all linting issues raised by./lint.sh --mode=check.
Checklist:
- [ ] I have added relevant unit & integration tests.
- [x] I have updated the documentation accordingly.
- [x] I have performed a self-review of my code.
- [x] PR follows the naming convention of
<type>(<optional scope>): <title>
@meskill @tusharmath, can I get a review on this one, guys?
Codecov Report
Attention: 51 lines in your changes are missing coverage. Please review.
Comparison is base (
dbe5e64) 90.14% compared to head (99cd28c) 89.97%.
| Files | Patch % | Lines |
|---|---|---|
| src/cli/tc.rs | 0.00% | 50 Missing :warning: |
| src/cli/command.rs | 0.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #858 +/- ##
==========================================
- Coverage 90.14% 89.97% -0.18%
==========================================
Files 80 80
Lines 8131 8147 +16
==========================================
Hits 7330 7330
- Misses 801 817 +16
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ologbonowiwi please, update the branch and fix conflicts
done @meskill