gameontext / regutil

Command line utilities for managing room registrations
Apache License 2.0
0 stars 1 forks source link

Make it possible to build the registration JSON more easily #4

Open pavittr opened 8 years ago

pavittr commented 8 years ago

Currently when using regutil from the command line I need to create a reg.json file and populate it.

It would be nice if we could avoid this. One option would be an interactive mode where you are prompted for data (and we can build the JSON in memory). Another may be to specify more command line switches, and allow default for a number of parameters (similar o how it is handled in the Interactive map).

ilanpillemer commented 8 years ago

This could be done at same time as #7?