Merge branch 'master' of ssh://fo.am/foam/futurist-fieldguide

This commit is contained in:
nik gaffney 2015-06-02 22:59:05 +02:00
commit d6d34ca0df
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/"