danieldelcore / danieldelcore/commitpal

Loading a config file only works with relative paths 🤷‍♂️

オープン
#13 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
JavaScript
スター
28
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

Loading a config file only works with relative paths 🤷‍♂️

### Examples

1. ~ expansion e.g.
```sh
$ commitpal -c ~/.commitpal.config.json -n
Error: /Users/jvernon/.commitpal.config.json not found

? Please choose a preset …
Angular commit format
Emoji
Jira ticket
```

1. Absolute paths e.g.
```sh
$ commitpal -c /Users/jvernon/.commitpal.config.json -n
Error: /Users/jvernon/.commitpal.config.json not found

? Please choose a preset …
Angular commit format
Emoji
Jira ticket
```

1. Relative paths e.g.
```sh
commitpal -c ./.commitpal.config.json -n
? What type of change? …
feature
bugfix
documentation
style
tests
chore
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。