Open pawamoy opened 6 years ago
VAR=value command do something
VAR=value
function f { ... }
f() { ... }
Any other?
function
keyword
For now, the user should manually update rows in the admin interface (easy with filtering).
The CLI command could also provide subcommands to do this.
VAR=value command do something
: assign + command type?VAR=value
: assign?function f { ... }
: define?f() { ... }
: define?Any other?
Boost priority