Command-Line Interface
The fssg
script is controlled via command-line
flags.
./fssg [options]
-
-h, --help
: Display the help message and exit. -
-q, --quiet
: Suppress all informational output, showing only errors. Overrides-v
. -
-v, --verbose
: Show detailed per-file processing information. -
-n, --nocolor
: Disable colored terminal output. -
-w, --watch
: After the initial build, watch thesrc/
directory for changes and automatically trigger a rebuild. -
-s, --serve
: Start a local web server for thedist/
directory on port 8000. Requires themongoose/
binaries. -
-o, --open
: Automatically open a web browser to the local server address. Only works when-s
is also used. -
-j <number>
: Set the number of parallel build jobs to run. Defaults to 4. Increase for faster builds on multi-core systems.