Skip to content

cloudcmd v5.13.0

Compare
Choose a tag to compare
@coderaiser coderaiser released this 27 Dec 08:39
· 2299 commits to master since this release

Added ability to show more details when configuration file ~/.cloudcmd.json can not be parsed.
If you forget to put end quotes and comma:

{
    "editor": "edward
}

You saw something like this:

coderaiser@cloudcmd:~$ cloudcmd
cloudcmd --config ~/.cloudcmd.json: Unexpected string in JSON at position 29

Now you will get more information about source of an issue.

coderaiser@cloudcmd:~$ cloudcmd
cloudcmd --config ~/.cloudcmd.json: Unexpected token ' ' at 1:23
    "editor": "edward

feature

  • (cloudcmd) show line number when config is not valid json (closes #98)
  • (edit) add setValue
  • (edit) show: rm this