diff --git a/style/command.go b/style/command.go index 7b6c396..2027d70 100644 --- a/style/command.go +++ b/style/command.go @@ -38,11 +38,6 @@ func (o Options) Run() error { return nil } -// BeforeReset hook. Used to unclutter style flags. -func (o Options) BeforeReset(ctx *kong.Context) error { - return HideFlags(ctx) -} - // HideFlags hides the flags from the usage output. This is used in conjunction // with BeforeReset hook. func HideFlags(ctx *kong.Context) error {