Add --trace and --no-log-dates; add docs

This commit is contained in:
Philipp Heckel 2022-06-02 10:50:05 -04:00
parent 7845eb0124
commit 5cc0b194d3
9 changed files with 286 additions and 217 deletions

View file

@ -10,6 +10,6 @@ var (
scriptLauncher = []string{"cmd.exe", "/Q", "/C"}
)
func defaultConfigFile() string {
func defaultClientConfigFile() string {
return defaultClientConfigFileWindows()
}