/* Copyright © 2024 Brian Buller */ package cli type Program struct { debug bool } func (p *Program) Initialize() error { return nil }