Closed RobertTLange closed 2 years ago
I think I over-engineered and undertested the current mle init. Maybe the easiest to use the annotated template and open vim to copy over and edit the config .toml.
mle init
vim
.toml
Something similar to how git commit/merge automatically opens an editor to provide a message: https://stackoverflow.com/questions/6309587/how-to-launch-an-editor-e-g-vim-from-a-python-script
git commit/merge
I should also add a bunch of tests and a minimal configuration to check the following things:
I think I over-engineered and undertested the current
mle init
. Maybe the easiest to use the annotated template and openvim
to copy over and edit the config.toml
.Something similar to how
git commit/merge
automatically opens an editor to provide a message: https://stackoverflow.com/questions/6309587/how-to-launch-an-editor-e-g-vim-from-a-python-scriptI should also add a bunch of tests and a minimal configuration to check the following things: