pub fn open_editor() -> Result<String, OpenEditorError>Expand description
Open the default editor and returns what was written in it.
ยงErrors
If the editor call fails, or if the file cannot be read, an error will be returned.
pub fn open_editor() -> Result<String, OpenEditorError>Open the default editor and returns what was written in it.
If the editor call fails, or if the file cannot be read, an error will be returned.