Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 9, 2019
1 parent 50f7b09 commit 3919603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import isCi from 'is-ci'

// Parse main arguments and options
// TODO: validate options (including that `input` is a string)
export const parseOpts = function(opts) {
const optsA = { ...DEFAULT_OPTS, ...opts }
const optsB = addStdio({ opts: optsA })
Expand Down

0 comments on commit 3919603

Please sign in to comment.