[Idea] Allow $ unquoted on the command line
Arguments are JSON (which requires quoting), but you allow us to not quote keys that are alphanumeric, which is really nice. I.e. we can do `Fchats`.`Lsend``A{``Nto`:`V"dtr"`,`Nmsg`:`V"test"``A}` instead of `Fchats`.`Lsend``A{``N"to"`:`V"dtr"`,`N"msg"`:`V"test"``A}`
I propose adding $ to the list of characters you allow unquoted, so that we can do mongo operators w/o quotes. Mongo operators on the command line are common (`Fmarket`.`Lbrowse` and others use them), but the quote requirement makes them awkward.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -