bonyuta0204 / ghtools

github tools written in haskell
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

HaskellでのCLIツールの作成 #1

Open bonyuta0204 opened 2 years ago

bonyuta0204 commented 2 years ago

CLIのオプションのパース方法

optparse-applicative を使うのが定番のよう

参考

https://qiita.com/Hexirp/items/3b46fe38bed365124e8d

bonyuta0204 commented 2 years ago

参考になりそうなプロジェクト

https://github.com/matsubara0507/taskpad

bonyuta0204 commented 2 years ago

CLIの仕様

# PRに含まれるPRの一覧
ghtools list-pr <PR number>

# ヘルプ表示
ghtools -h

# バージョン表示
ghtools -v