Command Line - libbitcoin/libbitcoin-server GitHub Wiki
BS uses libbitcoin's wrappers over Boost's program_options library to bind command line parameters.
$ bs --help
Usage: bs [-hisv] [--config value]
Info: Runs a full bitcoin node and query server in the global network.
Options (named):
-c [--config] Specify path to a configuration settings file.
-h [--help] Display command line options.
-i [--initchain] Initialize blockchain in the configured directory.
-s [--settings] Display all configuration settings.
-v [--version] Display version information.
See also Configuration Settings.