Output all details:
shell$ wsmake -d 3 -f website.conf
Force build of entire website:
shell$ wsmake -Ff website.conf
Don't show any output except for errors:
shell$ wsmake -d 0 -f website.conf
Don't show any output at all:
shell$ wsmake -s -f website.conf
Make just index.html:
shell$ wsmake -f website.conf index.html
For config files named wsmakefile or ending with .ws, make all pages that end with ".html":
shell$ wsmake -e .html
Make all files in the help directory:
shell$ wsmake -f website.conf help
Clean the website:
shell$ wsmake -f website.conf clean
or
shell$ wsmake -cf website.conf