2018-10-29 22:16:16 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`cli/command builds help text 1`] = `
|
2019-02-08 10:06:47 +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-02-08 10:06:47 +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-02-08 10:06:47 +00:00
|
|
|
--universal, -u Launch in Universal
|
2019-02-06 19:23:42 +00:00
|
|
|
mode (default)
|
2019-02-08 10:06:47 +00:00
|
|
|
--config-file, -c Path to Nuxt.js
|
2019-02-06 19:23:42 +00:00
|
|
|
config file (default: nuxt.config.js)
|
2019-02-08 10:06:47 +00:00
|
|
|
--modern, -m Build/Start app for
|
|
|
|
modern browsers, e.g. server, client and
|
2019-02-06 19:23:42 +00:00
|
|
|
false
|
2019-02-08 10:06:47 +00:00
|
|
|
--force-exit Whether Nuxt.js
|
|
|
|
should force exit after the command has
|
|
|
|
finished
|
|
|
|
--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
|
2019-02-08 10:06:47 +00:00
|
|
|
--port, -p Port number on which
|
2019-02-06 19:23:42 +00:00
|
|
|
to start the application
|
2019-02-08 10:06:47 +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-02-08 10:06:47 +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
|
|
|
|
|
|
|
"
|
|
|
|
`;
|