Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
* remove unused WhatIf from Completion
  • Loading branch information
xx4h committed Oct 1, 2024
1 parent 71de4a0 commit c4358b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type Hub struct {

type Completion struct {
ShortNames bool `yaml:"shortNames"`
WhatIf bool `yaml:"whatif"`
}

type Handling struct {
Expand All @@ -60,7 +59,6 @@ func NewConfig() (*Config, error) {
// create empty config and set defaults
cfg := &Config{}
cfg.Completion.ShortNames = true
cfg.Completion.WhatIf = true
cfg.Handling.Fuzz = true
cfg.Logging.LogLevel = "error"

Expand Down

0 comments on commit c4358b3

Please sign in to comment.