blob: 469dbf2af163898d7fd12dc10871b5bdc8f3d8b4 (
plain)
1
2
3
4
5
6
7
8
9
|
* commands
* improve modify/remove/create to dynamically add syntax items for each type
* improve modify/remove/create to autocomplete resource names
* provide a setting to turn on/off user interaction during commands (e.g. deletion confirmations)
* add a "ask the user a question" helper in State
* key/value syntax objects
* json objects! (set json on; ...)
* make the shell generic and have it load a plugin matching the name of argv[0] for syntax
|