what is syntax for REPLYING to a noteid ?

nak req -i XXXXXXX | nak event --sec 9faxxxxxxx -c 'test finalreply3' wss://some.lol

Reply to this note

Please Login to reply.

Discussion

I'm not sure you should be using nak for such activities, but something like `nak event --sec -k 1 -e $(nak decode | jq -r .id) -c 'reply' some.lol` would kinda work.

thanks - will use some UI then easier just for special posts ocasionally