get.porter.sh/porter@v1.3.0/pkg/editor/editor_windows.go (about) 1 //go:build windows 2 3 package editor 4 5 const defaultEditor = "notepad" 6 const defaultShell = "cmd" 7 const shellCommandFlag = "/C"