Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: set positional args for delete commands and scaffolded autocli config #3822

Merged
merged 9 commits into from
Dec 12, 2023

Conversation

julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Dec 6, 2023

Closes: #3823

  • Improve command description for map/list/singleton txs
  • Scaffold delete command argument as a positional argument instead of flag.

@julienrbrt julienrbrt changed the title feat: set positional args for delete commands and improve command helpers feat: set positional args for delete commands and scaffolded autocli config Dec 6, 2023
@julienrbrt julienrbrt marked this pull request as ready for review December 6, 2023 19:41
jeronimoalbi
jeronimoalbi previously approved these changes Dec 7, 2023
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Merging #3822 (6b07b51) into main (a40ccc8) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3822      +/-   ##
==========================================
- Coverage   24.33%   24.31%   -0.03%     
==========================================
  Files         292      292              
  Lines       24517    24532      +15     
==========================================
- Hits         5966     5964       -2     
- Misses      18015    18031      +16     
- Partials      536      537       +1     
Files Coverage Δ
ignite/templates/typed/singleton/singleton.go 0.00% <0.00%> (ø)
ignite/templates/typed/list/list.go 0.00% <0.00%> (ø)
ignite/templates/typed/map/map.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

Pantani
Pantani previously approved these changes Dec 12, 2023
@julienrbrt julienrbrt merged commit c8c9f8e into main Dec 12, 2023
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve scaffolded autocli config
3 participants