Make raven run fall back to a default.
#4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For ease of use,
raven runshould have a fallback entry point specified inNest.toml.Ideally, it should handle the case that no entry point was provided as an argument nor exists in
Nest.tomlwith a helpful error message. For example:Added as part of #9.