Try default editors in kit import
if $EDITOR
is not defined
#713
Labels
enhancement
New feature or request
kit import
if $EDITOR
is not defined
#713
Describe the problem you're trying to solve
Currently, kit will look to the
EDITOR
environment variable to determine what editor should be used to update the Kitfile before packing. However, not all systems have this environment variable set by default.Describe the solution you'd like
We should try a default editor (e.g.
nano
on Linux/MacOS) if the environment variable is unset. If the default editor is not installed, we should print the current messageAdditional context
Originally reported in #708
The text was updated successfully, but these errors were encountered: