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

Fixed: Allow tags on command line #24

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Fixed: Allow tags on command line #24

merged 2 commits into from
Jan 7, 2025

Conversation

satyamsi
Copy link
Contributor

No description provided.

@satyamsi satyamsi requested a review from primalmotion May 23, 2020 05:22
@codecov
Copy link

codecov bot commented May 23, 2020

Codecov Report

Merging #24 into master will increase coverage by 0.30%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   47.47%   47.78%   +0.30%     
==========================================
  Files          11       11              
  Lines        1070     1082      +12     
==========================================
+ Hits          508      517       +9     
- Misses        515      517       +2     
- Partials       47       48       +1     
Impacted Files Coverage Δ
tgnoob/helpers.go 38.67% <75.00%> (+0.89%) ⬆️
tgnoob/noob.go 66.44% <75.00%> (+0.23%) ⬆️

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 79e45f8...83ae4b4. Read the comment docs.

main.go Outdated
@@ -46,6 +46,7 @@ func addPKIXFlags(cmd *cobra.Command) {
cmd.Flags().StringSlice("address", nil, "Address that will be written the the subject.")
cmd.Flags().StringSlice("dns", nil, "List of alternate DNS names.")
cmd.Flags().StringSlice("ip", nil, "List of alternate ips.")
cmd.Flags().StringSlice("tags", nil, "List of tags.")
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be named tag, since we use --tag x --tag y

@kevincantu kevincantu self-requested a review January 7, 2025 20:58
@kevincantu kevincantu merged commit 9923660 into master Jan 7, 2025
1 of 2 checks passed
@kevincantu kevincantu deleted the support-tags branch January 7, 2025 22:17
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.

4 participants