2018-10-29 22:16:16 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`cli/command builds help text 1`] = `
|
2019-03-03 07:27:19 +00:00
|
|
|
" Usage: nuxt this is how you do it
|
2019-02-06 19:23:42 +00:00
|
|
|
[options]
|
2018-10-29 22:16:16 +00:00
|
|
|
|
2019-03-03 07:27:19 +00:00
|
|
|
a very long description that should wrap
|
|
|
|
to the next line because is not longer
|
2019-02-06 19:23:42 +00:00
|
|
|
than the terminal width
|
2018-10-29 22:16:16 +00:00
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
--spa, -s Launch in SPA mode
|
2019-03-03 07:27:19 +00:00
|
|
|
--universal, -u Launch in Universal
|
2019-02-06 19:23:42 +00:00
|
|
|
mode (default)
|
2020-11-30 22:54:30 +00:00
|
|
|
--config-file, -c Path to Nuxt config
|
|
|
|
file (default: nuxt.config)
|
2019-03-03 07:27:19 +00:00
|
|
|
--modern, -m Build/Start app for
|
|
|
|
modern browsers, e.g. server, client and
|
2019-02-06 19:23:42 +00:00
|
|
|
false
|
2020-05-07 19:08:01 +00:00
|
|
|
--target, -t Build/start app for a
|
|
|
|
different target, e.g. server,
|
|
|
|
serverless and static
|
2020-11-30 22:54:30 +00:00
|
|
|
--force-exit Whether Nuxt should
|
|
|
|
force exit after the command has
|
2019-02-08 10:06:47 +00:00
|
|
|
finished
|
2019-03-03 07:27:19 +00:00
|
|
|
--version, -v Display the Nuxt
|
2019-02-06 19:23:42 +00:00
|
|
|
version
|
2018-10-29 22:16:16 +00:00
|
|
|
--help, -h Display this message
|
2020-05-18 08:21:15 +00:00
|
|
|
--no-processenv Disable reading from
|
|
|
|
process.env and updating it with
|
|
|
|
dotenv
|
|
|
|
--dotenv Specify path to
|
|
|
|
dotenv file (default: .env). Use
|
|
|
|
false to disable
|
2019-03-03 07:27:19 +00:00
|
|
|
--port, -p Port number on which
|
2019-02-06 19:23:42 +00:00
|
|
|
to start the application
|
2019-03-03 07:27:19 +00:00
|
|
|
--hostname, -H Hostname on which to
|
2019-02-06 19:23:42 +00:00
|
|
|
start the application
|
2018-10-29 22:16:16 +00:00
|
|
|
--unix-socket, -n Path to a UNIX socket
|
2019-03-03 07:27:19 +00:00
|
|
|
--foo very long option that
|
|
|
|
is longer than the terminal width and
|
2019-02-06 19:23:42 +00:00
|
|
|
should wrap to the next line
|
2018-10-29 22:16:16 +00:00
|
|
|
|
|
|
|
"
|
|
|
|
`;
|