//
pkg.gl
Category
github.com/raimon49/go-for-everyone-reading
ch04
cli-subcommand
package
0.0.0-20240420001357-f73685f1f71c
Repository:
https://github.com/raimon49/go-for-everyone-reading.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
65 SLOC
#
README
ch04
cli-subcommand
$ make $ ./todo -h $ ./todo add -h
#
Structs
AddCommand
addコマンドの定義.
#
Interfaces
Command
サブコマンドのインタフェース定義.