package
0.0.0-20240420001357-f73685f1f71c
Repository: https://github.com/raimon49/go-for-everyone-reading.git
Documentation: pkg.go.dev

# README

ch04

cli-subcommand

$ make
$ ./todo -h
$ ./todo add -h

# Structs

addコマンドの定義.

# Interfaces

サブコマンドのインタフェース定義.