bonyuta0204 / ghtools

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

コマンドラインでのヘルプの表示 #8

Open bonyuta0204 opened 2 years ago

bonyuta0204 commented 2 years ago

AS IS

~/w/h/ghtool >>> (main=) ghtool-exe
Missing: COMMAND

Usage: ghtool-exe COMMAND
  Print a greeting for TARGET
~/w/h/ghtool >>> (main=) ghtool-exe list-pr
Missing: PR

Usage: ghtool-exe list-pr PR

TO BE