Skip to content

Commit

Permalink
Add the help for --no-sort option
Browse files Browse the repository at this point in the history
This feature has been merged in yui#261.
  • Loading branch information
okuryu committed Nov 12, 2014
1 parent 10131e5 commit 25cca9c
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 25cca9c

Please sign in to comment.