.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH BEAN-WEB "1" "December 2023" "bean-web 2.3.6" "User Commands" .SH NAME bean-web \- simple Web interface to a Beancount ledger .SH DESCRIPTION usage: bean\-web [\-h] [\-\-version] [\-\-port PORT] [\-q] [\-\-debug] [\-\-incognito] .IP [\-\-no\-source] [\-\-no\-colons] [\-\-view VIEW] [\-\-public] [\-\-first\-month FIRST_MONTH] filename .PP Web server for Beancount ledgers. This uses the Bottle single\-file micro web framework (with no plugins). .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-version\fR, \fB\-V\fR show program's version number and exit .SS "Web server arguments:" .TP filename Beancount input filename to serve. .TP \fB\-\-port\fR PORT Which port to listen on. .TP \fB\-q\fR, \fB\-\-quiet\fR Don't even print out web server log .TP \fB\-\-debug\fR Enable debugging features (auto\-reloading of css). .TP \fB\-\-incognito\fR Filter the output in order to hide all the numbers. This is great for demos using my real file. .TP \fB\-\-no\-source\fR Don't render the source. .TP \fB\-\-no\-colons\fR Don't render colons in filenames (for Windows). .TP \fB\-\-view\fR VIEW Render only the specified view (identify by URL) .TP \fB\-\-public\fR, \fB\-\-inaddr\-any\fR Bind server to listen to any address, not just localhost. .TP \fB\-\-first\-month\fR FIRST_MONTH The first month of the calendar year.