hosting_conversations

This commit is contained in:
nik gaffney 2015-06-02 20:58:17 +00:00
parent 7cdaae50c4
commit 4b74cdc43c
2 changed files with 4 additions and 5 deletions

Binary file not shown.

View File

@ -4,11 +4,10 @@
require "slop"
opts = Slop.parse do
banner 'Usage: printable.rb [options]'
on 'file=', 'source file basename'
on 'v', 'verbose', 'enable verbose mode'
on 'g', 'git', 'commit new files to git repo'
opts = Slop.parse do |o|
o.string '-f','--file', 'source file basename'
o.bool '-v', '--verbose', 'enable verbose mode'
o.bool '-g', '--git', 'commit new files to git repo'
end
repo="/home/nik/pandoc/futurist-fieldguide/"