blob: 81187e3b1b9a3ae410f36394d962b0e80ac768df (
plain)
1
2
3
4
5
6
7
8
9
10
|
* commands
* create (non-resource types)
* modify
* remove (non-resource types)
* 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
|