I'am trying to test the example of the keybase chat api :
echo "{'method': 'send', 'params': {'options': {'channel': {'name': 'you', 'public': true}, 'message': {'body': 'Still going...'}}}}" | keybase chat api -m
but all i got is this error message :
Error parsing command line arguments: flag needs an argument: -m
Any ideas ?
Thanks and regards