package cli type Program struct { debug bool } func (p *Program) Initialize() error { return nil }