Crate spawn_editor

Source

Enums§

SEError

Functions§

get_editor
Get the default editor for the current environment
spawn_editor
This function either uses the override_editor argument as an editor or tries to get this information from the environment variables. A file to edit can be provided via extra_args
spawn_editor_generic
This function is a convenient wrapper around spawn_editor, in case that the arguments aren’t simple string slices
spawn_editor_with_args
This function is a convenient wrapper around spawn_editor_generic, in case that override_editor == None