Skip to content

Commit

Permalink
merge corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed May 7, 2024
1 parent a718fa3 commit a9bb79b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package cfg
import (
"errors"
"fmt"
"log"
"os"
"regexp"
"strings"
Expand Down
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ func Execute() {
// filters
rootCmd.PersistentFlags().StringArrayVarP(&conf.Rawfilters, "filter", "F", nil, "Filter by field (field=regexp)")

// config file
rootCmd.PersistentFlags().StringVarP(&conf.Configfile, "config", "f", cfg.DefaultConfigfile, "config file (default: ~/.config/tablizer/config)")

rootCmd.SetUsageTemplate(strings.TrimSpace(usage) + "\n")

err := rootCmd.Execute()
Expand Down

0 comments on commit a9bb79b

Please sign in to comment.