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

docs(cli): add examples of parseArgs #6283

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Dec 20, 2024

This PR adds the example usages of parseArgs

closes #6261

@github-actions github-actions bot added the cli label Dec 20, 2024
@kt3k kt3k requested a review from dsherret December 20, 2024 03:49
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.32%. Comparing base (450bdfb) to head (db23d35).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6283      +/-   ##
==========================================
- Coverage   96.32%   96.32%   -0.01%     
==========================================
  Files         544      544              
  Lines       41620    41620              
  Branches     6313     6314       +1     
==========================================
- Hits        40091    40089       -2     
- Misses       1486     1489       +3     
+ Partials       43       42       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kt3k kt3k merged commit 12ab98c into denoland:main Dec 31, 2024
18 checks passed
@kt3k kt3k deleted the docs-cli-add-examples branch December 31, 2024 12:29
cosmastech pushed a commit to cosmastech/deno-std that referenced this pull request Jan 5, 2025
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.

Add more examples for parseArgs
2 participants