Add basic clash api
This commit is contained in:
@@ -32,7 +32,7 @@ func run(cmd *cobra.Command, args []string) {
|
||||
}
|
||||
if disableColor {
|
||||
if options.Log == nil {
|
||||
options.Log = &option.LogOption{}
|
||||
options.Log = &option.LogOptions{}
|
||||
}
|
||||
options.Log.DisableColor = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user