1PFT-SHOW(1)           User Contributed Perl Documentation          PFT-SHOW(1)
2
3
4

NAME

6       pft show - Show the built site
7

SYNOPSIS

9       pft show [-v]
10

DESCRIPTION

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

OPTIONS

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

SEE ALSO

37       pft-init(1), pft-make(1)
38
39
40
41perl v5.32.1                      2021-01-26                       PFT-SHOW(1)
Impressum