mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-30 13:56:37 -04:00
6 lines
116 B
Go
6 lines
116 B
Go
//go:build windows
|
|
|
|
package cli
|
|
|
|
const FallbackEditor = "edit" // "edit" is the Microsoft-developed CLI text editor
|