ui, web: update manuals
This commit is contained in:
parent
7f58d186bb
commit
20651ec426
@ -40,7 +40,7 @@ Any QUERYARGS are interpreted as a hledger search query which filters
|
|||||||
the data.
|
the data.
|
||||||
.TP
|
.TP
|
||||||
.B \f[C]\-\-watch\f[]
|
.B \f[C]\-\-watch\f[]
|
||||||
watch for data (and time) changes and reload automatically
|
watch for data and date changes and reload automatically
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
@ -38,7 +38,7 @@ options as shown above.
|
|||||||
the data.
|
the data.
|
||||||
|
|
||||||
`--watch'
|
`--watch'
|
||||||
watch for data (and time) changes and reload automatically
|
watch for data and date changes and reload automatically
|
||||||
|
|
||||||
`--theme=default|terminal|greenterm'
|
`--theme=default|terminal|greenterm'
|
||||||
use this custom display theme
|
use this custom display theme
|
||||||
@ -361,17 +361,17 @@ Tag Table:
|
|||||||
Node: Top88
|
Node: Top88
|
||||||
Node: OPTIONS823
|
Node: OPTIONS823
|
||||||
Ref: #options922
|
Ref: #options922
|
||||||
Node: KEYS4003
|
Node: KEYS4001
|
||||||
Ref: #keys4100
|
Ref: #keys4098
|
||||||
Node: SCREENS6670
|
Node: SCREENS6668
|
||||||
Ref: #screens6757
|
Ref: #screens6755
|
||||||
Node: Accounts screen6847
|
Node: Accounts screen6845
|
||||||
Ref: #accounts-screen6977
|
Ref: #accounts-screen6975
|
||||||
Node: Register screen9015
|
Node: Register screen9013
|
||||||
Ref: #register-screen9172
|
Ref: #register-screen9170
|
||||||
Node: Transaction screen11060
|
Node: Transaction screen11058
|
||||||
Ref: #transaction-screen11220
|
Ref: #transaction-screen11218
|
||||||
Node: Error screen12087
|
Node: Error screen12085
|
||||||
Ref: #error-screen12211
|
Ref: #error-screen12209
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|||||||
@ -36,7 +36,7 @@ OPTIONS
|
|||||||
the data.
|
the data.
|
||||||
|
|
||||||
--watch
|
--watch
|
||||||
watch for data (and time) changes and reload automatically
|
watch for data and date changes and reload automatically
|
||||||
|
|
||||||
--theme=default|terminal|greenterm
|
--theme=default|terminal|greenterm
|
||||||
use this custom display theme
|
use this custom display theme
|
||||||
|
|||||||
@ -102,19 +102,23 @@ until the file has been fixed.
|
|||||||
Note: if invoking hledger\-web as a hledger subcommand, write
|
Note: if invoking hledger\-web as a hledger subcommand, write
|
||||||
\f[C]\-\-\f[] before options as shown above.
|
\f[C]\-\-\f[] before options as shown above.
|
||||||
.TP
|
.TP
|
||||||
.B \f[C]\-\-server\f[]
|
.B \f[C]\-\-serve\f[]
|
||||||
disable browser\-opening and auto\-exit\-on\-idle, and log all requests
|
serve and log requests, don\[aq]t browse or auto\-exit
|
||||||
to stdout
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \f[C]\-\-host=IPADDR\f[]
|
||||||
|
listen on this IP address (default: 127.0.0.1)
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \f[C]\-\-port=PORT\f[]
|
.B \f[C]\-\-port=PORT\f[]
|
||||||
set the TCP port to listen on (default: 5000)
|
listen on this TCP port (default: 5000)
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \f[C]\-\-base\-url=URL\f[]
|
.B \f[C]\-\-base\-url=URL\f[]
|
||||||
set the base url (default: http://localhost:PORT).
|
set the base url (default: http://IPADDR:PORT).
|
||||||
You would change this when sharing over the network, or integrating
|
You would change this when sharing over the network, or integrating
|
||||||
within a larger website.
|
within a larger website.
|
||||||
.RS
|
.RS
|
||||||
|
|||||||
@ -85,17 +85,19 @@ File: hledger-web.1.info, Node: OPTIONS, Prev: Top, Up: Top
|
|||||||
Note: if invoking hledger-web as a hledger subcommand, write `--'
|
Note: if invoking hledger-web as a hledger subcommand, write `--'
|
||||||
before options as shown above.
|
before options as shown above.
|
||||||
|
|
||||||
`--server'
|
`--serve'
|
||||||
disable browser-opening and auto-exit-on-idle, and log all
|
serve and log requests, don't browse or auto-exit
|
||||||
requests to stdout
|
|
||||||
|
`--host=IPADDR'
|
||||||
|
listen on this IP address (default: 127.0.0.1)
|
||||||
|
|
||||||
`--port=PORT'
|
`--port=PORT'
|
||||||
set the TCP port to listen on (default: 5000)
|
listen on this TCP port (default: 5000)
|
||||||
|
|
||||||
`--base-url=URL'
|
`--base-url=URL'
|
||||||
set the base url (default: http://localhost:PORT). You would
|
set the base url (default: http://IPADDR:PORT). You would change
|
||||||
change this when sharing over the network, or integrating within a
|
this when sharing over the network, or integrating within a larger
|
||||||
larger website.
|
website.
|
||||||
|
|
||||||
`--file-url=URL'
|
`--file-url=URL'
|
||||||
set the static files url (default: BASEURL/static). hledger-web
|
set the static files url (default: BASEURL/static). hledger-web
|
||||||
|
|||||||
@ -84,15 +84,17 @@ OPTIONS
|
|||||||
Note: if invoking hledger-web as a hledger subcommand, write -- before
|
Note: if invoking hledger-web as a hledger subcommand, write -- before
|
||||||
options as shown above.
|
options as shown above.
|
||||||
|
|
||||||
--server
|
--serve
|
||||||
disable browser-opening and auto-exit-on-idle, and log all
|
serve and log requests, don't browse or auto-exit
|
||||||
requests to stdout
|
|
||||||
|
--host=IPADDR
|
||||||
|
listen on this IP address (default: 127.0.0.1)
|
||||||
|
|
||||||
--port=PORT
|
--port=PORT
|
||||||
set the TCP port to listen on (default: 5000)
|
listen on this TCP port (default: 5000)
|
||||||
|
|
||||||
--base-url=URL
|
--base-url=URL
|
||||||
set the base url (default: http://localhost:PORT). You would
|
set the base url (default: http://IPADDR:PORT). You would
|
||||||
change this when sharing over the network, or integrating within
|
change this when sharing over the network, or integrating within
|
||||||
a larger website.
|
a larger website.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user