bat icon indicating copy to clipboard operation
bat copied to clipboard

Json Value `:=` Syntax Not Documented in Help Message

Open zicklag opened this issue 6 years ago • 0 comments

The current bat help message says:

...
ITEM:
  Can be any of:
    Query string   key=value
    Header         key:value
    Post data      key=value
    File upload    key@/path/file
...

I was trying to send a JSON number and thought that it was not possible until I read the readme for bat and found that it was possible using the key:=value syntax. It would be great to see that syntax documented in the help message.

zicklag avatar Aug 31 '19 15:08 zicklag