package
0.0.0-20230808054156-8dfdb5b6e844
Repository: https://github.com/mamemomonga/notebook-go.git
Documentation: pkg.go.dev

# README

goでサブコマンド

参考資料

実行

$ go get -v .
$ go run .
$ go run . hoge
$ go run . moge
$ go build -o oge .
$ ./oge hoge
$ ./oge moge
$ ./oge hoge --help
$ ./oge moge --help

# Structs

HogeCommand is 構造.
MogeCommand is 構造.