Versions in this module Expand all Collapse all v0 v0.1.0 May 9, 2023 Changes in this version + var ErrNoEntries error = cmdutil.NewErrorWithExitCode(errors.New("no entries selected"), 1) + type Command struct + FieldCount int + FieldSeparator *FieldSeparatorValue + Invert bool + Policies PolicyValueList + Read io.Reader + TimeField int + TimeFormat *TimeFormatValue + Write io.Writer + WriteFormat *WriteFormatValue + func (cmd *Command) BeforeApply() error + func (cmd *Command) Run(app *kong.Kong, appOptions *cmdutil.AppOptions) error + type FieldSeparatorValue struct + func (v *FieldSeparatorValue) Decode(ctx *kong.DecodeContext) error + type PolicyValueList struct + func (v *PolicyValueList) Decode(ctx *kong.DecodeContext) error + type TimeFormatValue struct + func (v *TimeFormatValue) Decode(ctx *kong.DecodeContext) error + type WriteFormatValue struct + func (v *WriteFormatValue) Decode(ctx *kong.DecodeContext) error