MCPcopy Create free account
hub / github.com/SamNet-dev/snix / defaultEditor

Function defaultEditor

tui/os_default_editor_other.go:6–6  ·  view source on GitHub ↗

defaultEditor returns the OS-appropriate fallback when $EDITOR is unset.

()

Source from the content-addressed store, hash-verified

4
5// defaultEditor returns the OS-appropriate fallback when $EDITOR is unset.
6func defaultEditor() string { return "vi" }

Callers 1

editExternalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected