[DRE-commits] [ruby-aws-sdk] 01/01: Add manpage

David Suárez deiv-guest at moszumanska.debian.org
Mon Jun 16 19:08:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.

commit 7719161a36d747b253d6fc25baca0f7a9acf2c50
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Jun 16 21:05:04 2014 +0200

    Add manpage
---
 debian/aws-rb.1              | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/ruby-aws-sdk.manpages |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/aws-rb.1 b/debian/aws-rb.1
new file mode 100644
index 0000000..957782e
--- /dev/null
+++ b/debian/aws-rb.1
@@ -0,0 +1,44 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2014 David Suárez <david.sephirot at gmail.com>,
+.\"
+
+.TH AWS-RB 1 "January  6, 2014"
+
+.SH NAME
+aws-rb \- Ruby REPL interface to Amazon Web Services API.
+
+.SH SYNOPSIS
+\fBaws-rb\fP [\fIoptions\fP]
+
+.SH DESCRIPTION
+\fBaws-rb\fP launchs a REPL environment, that acts like an
+interactive console to Amazon Web Services Ruby API.
+
+.SH OPTIONS
+.TP
+\fB\-\-repl\fR REPL
+Specify the repl environment, pry or irb
+.TP
+\fB-l\fP \fB\-\-[no\-]log\fP
+Log client requets, on by default.
+.TP
+\fB-c\fP \fB\-\-[no\-]color\fP
+Colorize request logging, on by default.
+.TP
+\fB-d\fP \fB\-\-[no\-]debug\fP
+Log HTTP wire traces, off by default.
+.TP
+\fB-I\fP \fIdirectory\fP
+Specify $LOAD_PATH directory (may be used more than once).
+.TP
+\fB-I\fP \fIlibrary\fP
+Require the library.
+.TP
+\fB-v\fP \fB\-\-verbose\fP
+Enable client logging and HTTP wire tracing.
+.TP
+\fB-q\fP \fB\-\-quiet\fP
+Disable client logging and HTTP wire tracing.
+.TP
+\fB-h\fP \fB\-\-help\fP
+Shows the help.
diff --git a/debian/ruby-aws-sdk.manpages b/debian/ruby-aws-sdk.manpages
new file mode 100644
index 0000000..52a5d5e
--- /dev/null
+++ b/debian/ruby-aws-sdk.manpages
@@ -0,0 +1 @@
+debian/aws-rb.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git



More information about the Pkg-ruby-extras-commits mailing list