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: parent cmd is null #120

Merged
merged 1 commit into from
Feb 5, 2023
Merged

fix: parent cmd is null #120

merged 1 commit into from
Feb 5, 2023

Conversation

caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Feb 5, 2023

closes #119

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
@caarlos0 caarlos0 self-assigned this Feb 5, 2023
@caarlos0 caarlos0 added the bug Something isn't working label Feb 5, 2023
@caarlos0 caarlos0 marked this pull request as ready for review February 5, 2023 15:08
@codecov
Copy link

codecov bot commented Feb 5, 2023

Codecov Report

Merging #120 (9c1e38b) into main (66fb671) will increase coverage by 0.30%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   24.50%   24.80%   +0.30%     
==========================================
  Files          15       15              
  Lines         657      649       -8     
==========================================
  Hits          161      161              
+ Misses        474      466       -8     
  Partials       22       22              
Impacted Files Coverage Δ
cmd/chglog/main.go 0.00% <0.00%> (ø)
pkg/commands/add.go 0.00% <0.00%> (ø)
pkg/commands/commands.go 0.00% <ø> (ø)
pkg/commands/config.go 0.00% <0.00%> (ø)
pkg/commands/format.go 0.00% <0.00%> (ø)
pkg/commands/init.go 0.00% <0.00%> (ø)
pkg/commands/version.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@caarlos0 caarlos0 merged commit 453cefb into main Feb 5, 2023
@caarlos0 caarlos0 deleted the fix-nil branch February 5, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic on attempt to initialise config
1 participant