874
edits
(→Undocumented Features: added info about local.json) |
(→cfx: updated command-line help snippet) |
||
| Line 108: | Line 108: | ||
<pre>Usage: cfx [options] [command] | <pre>Usage: cfx [options] [command] | ||
Commands: | Package-Specific Commands: | ||
xpcom - build xpcom component | xpcom - build xpcom component | ||
xpi | xpi - generate an xpi | ||
test | test - run tests | ||
run | run - run program | ||
Global Commands: | |||
testall - test all packages | |||
update - update all packages | |||
Options: | Options: | ||
| Line 121: | Line 125: | ||
-t TEMPLATEDIR, --templatedir=TEMPLATEDIR | -t TEMPLATEDIR, --templatedir=TEMPLATEDIR | ||
XULRunner app/ext. template | XULRunner app/ext. template | ||
-g CONFIG, --use-config=CONFIG | |||
use named config from local.json | |||
-v, --verbose enable lots of output | -v, --verbose enable lots of output | ||
edits