commojun / nyanbot

linebotを作りたい
Apache License 2.0
0 stars 0 forks source link

CLIアプリをサブコマンド化 #3

Open commojun opened 5 years ago

commojun commented 5 years ago

インストールするアプリとしては nyan だけにしたい。

nyan hello
nyan push
...

などなど。ここにいろいろなコマンドを追加していく感じにしたい。 コマンドを追加するたびにDockerfileに記述することを増やさなくても済むようになる

commojun commented 5 years ago

参考にする http://blog.eksy.tokyo/post/implement-sub-commands-in-golang-2/