Currently, the edit command does nothing, its arguments cannot be instantiated and its implementation panics.
The edit command should have sub commands or options of some kind to change a test from being compile-only to ephemeral or any other version. Doing these changes manually is easy, but may get harder if the folder structure is changed or new variants are added in the future.
Currently, the
edit
command does nothing, its arguments cannot be instantiated and its implementation panics.The edit command should have sub commands or options of some kind to change a test from being
compile-only
toephemeral
or any other version. Doing these changes manually is easy, but may get harder if the folder structure is changed or new variants are added in the future.