Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the help for --no-sort option #281

Merged
merged 1 commit into from
Nov 15, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ YUI.add('help', function (Y) {
" -N, --no-color Turn off terminal colors (for automation)",
" -C, --no-code Turn off code generation (don't include source files in output)",
" -n, --norecurse Do not recurse directories (default is to recurse)",
" --no-sort Do not alphabetical sorting of attributes, events, methods, and properties",
" -S, --selleck Look for Selleck component data and attach to API meta data",
" -V, --view Dump the Handlebars.js view data instead of writing template files",
" -p, --parse-only Only parse the API docs and create the JSON data, do not render templates",
Expand Down