Replies: 4 comments 10 replies
-
一般的なCLIツールだと、コマンドのエイリアスとしてハイフンを使うことは無いんじゃないかな?そもそもコマンドにはエイリアスは付けないイメージ。ハイフンを付けるものは、単語レベルのものはハイフン2個、頭文字だけだとハイフン1個とかが一般的かと思う(下記参照)
|
Beta Was this translation helpful? Give feedback.
10 replies
-
参考までに、Gitコマンドのヘルプの例。 そういう意味では、設定も
|
Beta Was this translation helpful? Give feedback.
0 replies
-
CLI ツールのコマンド構文 |
Beta Was this translation helpful? Give feedback.
0 replies
-
issues #10 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
suggest -s : コミットメッセージの生成
config -c: 設定オプションの表示
→ コミットメッセージのように複数選択の中から、OpenAIのToken設定ができるようにする
→Tokenを生成してください、みたいな対話型で入力できるとよさそう
→他にも、メッセージのStyleの設定、日本語or英語の設定なども可能にする
help -h: CLIの全体的な説明→cobraでうまく設定する
docs -d: コミットメッセージに関するドキュメント
Beta Was this translation helpful? Give feedback.
All reactions