GetGlobalOption returns the global value of the given option
(name string)
| 431 | |
| 432 | // GetGlobalOption returns the global value of the given option |
| 433 | func GetGlobalOption(name string) any { |
| 434 | return GlobalSettings[name] |
| 435 | } |
| 436 | |
| 437 | func defaultFileFormat() string { |
| 438 | if runtime.GOOS == "windows" { |
no outgoing calls
no test coverage detected