Changelog
#169 #170 fix: add the option -stdin-template
to post command
BREAKING CHANGE: To read stdin as the template, we must specify the option -stdin-template
AS IS
echo hello | github-comment post
From v2.0.0, in case of the above command, the standard input will be ignored and the default
template will be used.
TO BE
echo hello | github-comment post -stdin-template