AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Bug]: error log -> .gitmojirc not found #26

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

Is there an existing issue for this?

Describe the bug

When usting current version without having .gitmojirc file present a missleading error message is printed

☁  ~  go-gitmoji-cli config -g     
____ ____    ____ _ ___ _  _ ____  _ _    ____ _    _
| __ |  | __ | __ |  |  |\/| |  |  | | __ |    |    |
|__] |__|    |__] |  |  |  | |__| _| |    |___ |___ |
ERROR 2023/08/18 00:11:30 get config file: Config File ".gitmojirc" Not Found in "[/home/andy /home/andy/.config/go-gitmoji-cli]"
Gitmoji API url
 >https://gitmoji.dev/api/gitmojis 

[ Submit ]

☁  ~  

Expected Behavior

this error message is not expected

Current Behavior

no error message

Steps To Reproduce

No response

Possible Solution

No response

Additional Information/Context

No response

go-gitmoji-cli Version

v0.1.1-pre-alpha

AndreasAugustin commented 1 year ago

cannot reproduce -> close