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

add an alias section to the help for subcommands #545

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Dec 1, 2020

Address issue #448

In most cases the aliases will show as

sub1, sub_alias1, sub_alias2 Description

in a few cases of option groups with aliases it will show as

aliases: sub_alias1, sub_alias2

@codecov
Copy link

codecov bot commented Dec 1, 2020

Codecov Report

Merging #545 (1284f2d) into master (28b35af) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #545   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         3766      3789   +23     
=========================================
+ Hits          3766      3789   +23     
Impacted Files Coverage Δ
include/CLI/App.hpp 100.00% <100.00%> (ø)
include/CLI/Formatter.hpp 100.00% <100.00%> (ø)
include/CLI/StringTools.hpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28b35af...1284f2d. Read the comment docs.

@henryiii henryiii merged commit 822f3d6 into CLIUtils:master Dec 28, 2020
@github-actions github-actions bot added needs changelog Hasn't been added to the changelog yet needs README Needs to be mentioned in the README labels Dec 28, 2020
@henryiii henryiii deleted the subcommand_alias_help branch December 28, 2020 16:21
@henryiii henryiii removed the needs README Needs to be mentioned in the README label Mar 4, 2021
@henryiii henryiii added this to the v2.0 milestone Jun 24, 2021
@henryiii henryiii removed the needs changelog Hasn't been added to the changelog yet label Jul 1, 2021
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.

2 participants