Improve play command's ability to locate bundle #14
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Overview
The
play
command will have a better user experience if it has some tricks for finding a game bundle without the user having to type the whole thing out.Description
Two improvements can be made to the
play
command:.regal.js
file extension can be omitted. If there existssome-game.regal.js
in the config directory, the commandregal play some-game
should load it automatically.play
command and anoutput
option is configured inregal.json
(or equivalent), the CLI should attempt to play a bundle at that location. If it can't, an error should be thrown.The text was updated successfully, but these errors were encountered: