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

fix: set CLI name from executable, add docs for name/version #265

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

danielgtaylor
Copy link
Owner

This PR fixes the default CLI name to use the name of the executable being called, and adds documentation about how to manually set both the app name and version, if desired.

Fixes #264.

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.65%. Comparing base (95a3021) to head (cb0a0af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #265   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files          18       18           
  Lines        2694     2694           
=======================================
  Hits         2550     2550           
  Misses        106      106           
  Partials       38       38           

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

@danielgtaylor danielgtaylor merged commit e8889ba into main Feb 28, 2024
5 checks passed
@danielgtaylor danielgtaylor deleted the doc-cli-name-version branch February 28, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customizable CLI name instead of myapp
1 participant