Byte-snake-engine/cli/commands
Blayne Campbell ffeb401377
add 'map' cli command to provide map information (#100)
* add 'map' cli command

- provides the following map information functions:
  - list all available maps in the global registry
  - display map metadata

- update docs with map command examples

* add list and info subcommands to map cli command

* rename map command list and info factory functions

* add --all flag to map info subcommand

* handle cmd.Help error
2022-08-09 15:06:28 -07:00
..
testdata DEV 953: Add basic maps support to CLI (#74) 2022-05-25 11:24:27 -07:00
colors.go Colored board (#59) 2021-12-08 10:43:40 -08:00
info.go add 'map' cli command to provide map information (#100) 2022-08-09 15:06:28 -07:00
list.go add 'map' cli command to provide map information (#100) 2022-08-09 15:06:28 -07:00
map.go add 'map' cli command to provide map information (#100) 2022-08-09 15:06:28 -07:00
output.go Add export to file (#58) 2021-12-02 09:59:20 -08:00
play.go CLI support for handling invalid responses (#95) 2022-07-26 20:35:01 -07:00
play_test.go DEV 1404: Support streaming CLI games to the browser board (#88) 2022-06-28 16:17:44 -07:00
root.go add 'map' cli command to provide map information (#100) 2022-08-09 15:06:28 -07:00