mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 01:59:29 +02:00
Removed unused CLI flag added by default implementation
This commit is contained in:
parent
5a85987476
commit
503449c43d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func init() {
|
||||||
|
|
||||||
// Cobra also supports local flags, which will only run
|
// Cobra also supports local flags, which will only run
|
||||||
// when this action is called directly.
|
// when this action is called directly.
|
||||||
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
|
// rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
|
||||||
}
|
}
|
||||||
|
|
||||||
func defaultConfigDir() string {
|
func defaultConfigDir() string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue