Skip to content

Commit

Permalink
[api] Export cli.getOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and indexzero committed Dec 23, 2011
1 parent 13e8db8 commit c01abef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ function checkColumn(name) {
}

//
// ### @private function getOptions (file)
// ### function getOptions (file)
// #### @file {string} File to run. **Optional**
// Returns `options` object for use with `forever.start` and
// `forever.startDaemon`
//
function getOptions(file) {
var getOptions = cli.getOptions = function (file) {
var options = {};
//
// First isolate options which should be passed to file
Expand Down

0 comments on commit c01abef

Please sign in to comment.