AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:

Home Page:https://gitmoji.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AndreasAugustin opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

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

cannot reproduce -> close