Skip to content

Commit

Permalink
Merge pull request gulpjs#988 from sudhirravindramohan/master
Browse files Browse the repository at this point in the history
Update CLI.md
  • Loading branch information
phated committed Apr 1, 2015
2 parents 3457d0f + 2d7bf42 commit 379e8ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ gulp has very few flags to know about. All other flags are for tasks to use if n

The CLI adds process.env.INIT_CWD which is the original cwd it was launched from.

#### Task specific flags

Refer to this [StackOverflow] (http://stackoverflow.com/questions/23023650/is-it-possible-to-pass-a-flag-to-gulp-to-have-it-run-tasks-in-different-ways) link for how to add task specific flags

### Tasks

Tasks can be executed by running `gulp <task> <othertask>`. Just running `gulp` will execute the task you registered called `default`. If there is no `default` task gulp will error.
Expand Down

0 comments on commit 379e8ba

Please sign in to comment.