ingydotnet / git-hub

Do GitHub operations from the `git` command
MIT License
794 stars 62 forks source link

Add options for pr-merge #257

Closed perlpunk closed 2 years ago

perlpunk commented 5 years ago

--merge-method, --sha, --commit-title, --commit-message

I had problems with make doc:

swim --to=man doc/git-hub.swim > man/man1/git-hub.1
.../perls/perl-5.24.1/bin/swim: 65280 - IO::File=IO(0x55d2a3f05988) around line 1: No name given for document
POD document had syntax errors at .../perls/perl-5.24.1/bin/pod2man line 70.
Makefile:90: recipe for target 'man/man1/git-hub.1' failed
make: *** [man/man1/git-hub.1] Error 29
ingydotnet commented 2 years ago

Do you mind if I change the option names to:

BTW, make doc works here so I'll adjust that.

perlpunk commented 2 years ago

Do you mind if I change the option names to:

  • --method
  • --title
  • --msg
  • --sha

go ahead