Versions in this module Expand all Collapse all v0 v0.4.0 Feb 20, 2025 Changes in this version + var Options = make([]commandline.Option, 0, 1) + type App struct + func (a App) Command() *cobra.Command v0.3.5 Feb 5, 2025 Changes in this version + func Main(opts ...Option) int + type Option func(*cobra.Command)