Versions in this module Expand all Collapse all v1 v1.1.3 Mar 12, 2025 v1.1.2 Mar 12, 2025 Changes in this version + const StatusError + const StatusOK + var ErrMissingDSN = &MissingRequiredFlagError + type App struct + func New(input io.Reader, outStream, errStream io.Writer) *App + func (a *App) Run(ctx context.Context, argv []string) int + type MissingRequiredFlagError struct + FlagName string + func (e *MissingRequiredFlagError) Error() string + func (e *MissingRequiredFlagError) Is(err error) bool