Crate spawn_editor

source ·

Enums§

Functions§

  • Get the default editor for the current environment
  • 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
  • This function is a convenient wrapper around spawn_editor, in case that the arguments aren’t simple string slices
  • This function is a convenient wrapper around spawn_editor_generic, in case that override_editor == None