Skip to content

Commit

Permalink
clean up cli.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
notslang committed Mar 12, 2016
1 parent 35e76ca commit 163d005
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/cli.coffee
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ArgumentParser = require('argparse').ArgumentParser
{ArgumentParser} = require 'argparse'

packageInfo = require '../package'
tidyMarkdown = require './'

argparser = new ArgumentParser(
version: packageInfo.version
addHelp: true
description: packageInfo.description
version: packageInfo.version
)

argparser.addArgument(
Expand Down

0 comments on commit 163d005

Please sign in to comment.