Skip to content

Commit

Permalink
more man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-Sebastian-Bogan committed May 10, 2020
1 parent 3512754 commit fbdc137
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
/go.sum
/debian
/goyammer
/goyammer.1

4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ $(DEB_DIR): goyammer Makefile
gzip --best --no-name $(DEB_DIR)/usr/share/doc/goyammer/changelog
pandoc goyammer.1.md -s -t man -o $(DEB_DIR)/usr/share/man/man1/goyammer.1
gzip --best --no-name $(DEB_DIR)/usr/share/man/man1/goyammer.1
pandoc goyammer-login.1.md -s -t man -o $(DEB_DIR)/usr/share/man/man1/goyammer-login.1
gzip --best --no-name $(DEB_DIR)/usr/share/man/man1/goyammer-login.1
pandoc goyammer-poll.1.md -s -t man -o $(DEB_DIR)/usr/share/man/man1/goyammer-poll.1
gzip --best --no-name $(DEB_DIR)/usr/share/man/man1/goyammer-poll.1


$(DEB_PACKAGE): $(DEB_DIR)
Expand Down
31 changes: 31 additions & 0 deletions goyammer-login.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
% GOYAMMER-LOGIN(1)
% Sebastian Bogan
% April 2020

<!-- http://jeromebelleman.gitlab.io/posts/publishing/manpages/ -->

# NAME

goyammer-login - login to Yammer and get an access token.

# SYNOPSIS

**goyammer** **login** --client

# DESCRIPTION

Login to Yammer and get an access token.

# OPTIONS

**--client** \<id\>
: The client id to use.

<!--
# Local Variables:
# mode: markdown
# ispell-local-dictionary: "english"
# eval: (flyspell-mode 1)
# coding: utf-8
# End:
-->
37 changes: 37 additions & 0 deletions goyammer-poll.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
% GOYAMMER-POLL(1)
% Sebastian Bogan
% April 2020

<!-- http://jeromebelleman.gitlab.io/posts/publishing/manpages/ -->

# NAME

goyammer-poll - poll Yammer for new messages and notify.

# SYNOPSIS

**goyammer** **poll** [--foreground] [--interval] [--output]

# DESCRIPTION

Login to Yammer and get an access token.

# OPTIONS

**--foreground**
: Do not detach but run in foreground.

**--interval** \<seconds>
: The number of seconds to wait between requests.

**--output** \<path>
: Where to send output to (ignored if **--foregorund** is set). If not specified, output will be discarded.

<!--
# Local Variables:
# mode: markdown
# ispell-local-dictionary: "english"
# eval: (flyspell-mode 1)
# coding: utf-8
# End:
-->

0 comments on commit fbdc137

Please sign in to comment.