1PFT-SHOW(1) User Contributed Perl Documentation PFT-SHOW(1)
2
3
4
6 pft show - Show the built site
7
9 pft show [-v]
10
12 Once the site is built with pft-make(1), it can be visualized locally
13 by invoking pft show.
14
15 This command is really just syntactic sugar for:
16
17 $BROWSER ROOT/build/index.html
18
19 Where $BROWSER depends on the "pft.yaml" configuration file (see
20 pft-init(1)) or by the $BROWSER environment variable if no browser is
21 defined by the configuration.
22
24 --browser=command
25 The browser can be specified by name (e.g. "firefox") or as a sh(1)
26 command line, where %s is replaced with the file name (e.g.
27 "firefox '%s'").
28
29 This flag overrides the "system.browser" setting in the "pft.yaml"
30 file. If neither the flag nor the setting are specified, the
31 $BROWSER environment variable will be honored.
32
33 --help | -h
34 Show this help.
35
37 pft-init(1), pft-make(1)
38
39
40
41perl v5.30.1 2020-01-29 PFT-SHOW(1)