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

Show help text if no arguments are passed #140

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

christianhelle
Copy link
Owner

A conditional statement was added in Program.cs to automatically insert --help as the default argument for the command app if no argument is provided by the user. This change simplifies the usability for those unfamiliar with the required command line arguments.

A conditional statement was added in Program.cs to automatically insert "--help" as the default argument for the command app if no argument is provided by the user. This change simplifies the usability for those unfamiliar with the required command line arguments.
@christianhelle christianhelle added the enhancement New feature, bug fix, or request label Sep 5, 2023
@christianhelle christianhelle self-assigned this Sep 5, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #140 (11d699d) into main (9eee90f) will not change coverage.
Report is 7 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #140   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          37       37           
  Lines        1176     1176           
=======================================
  Hits         1159     1159           
  Misses          6        6           
  Partials       11       11           
Flag Coverage Δ
unittests 98.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@christianhelle christianhelle merged commit d89eea3 into main Sep 5, 2023
746 checks passed
@christianhelle christianhelle deleted the show-help-by-default branch September 5, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant