2018-10-29 22:16:16 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`cli/command builds help text 1`] = `
|
|
|
|
" Usage: nuxt this is how you do it [options]
|
|
|
|
|
2018-11-01 03:53:06 +00:00
|
|
|
a very long description that should not wrap to the next line because is not longer than the terminal width
|
2018-10-29 22:16:16 +00:00
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
--spa, -s Launch in SPA mode
|
|
|
|
--universal, -u Launch in Universal mode (default)
|
|
|
|
--config-file, -c Path to Nuxt.js config file (default: nuxt.config.js)
|
2018-11-07 23:37:06 +00:00
|
|
|
--modern, -m Build/Start app for modern browsers, e.g. server, client and false
|
2018-12-20 11:15:48 +00:00
|
|
|
--version, -v Display the Nuxt version
|
2018-10-29 22:16:16 +00:00
|
|
|
--help, -h Display this message
|
|
|
|
--port, -p Port number on which to start the application
|
|
|
|
--hostname, -H Hostname on which to start the application
|
|
|
|
--unix-socket, -n Path to a UNIX socket
|
2018-11-01 03:53:06 +00:00
|
|
|
--foo very long option that is not longer than the terminal width and should not wrap to the next line
|
2018-10-29 22:16:16 +00:00
|
|
|
|
|
|
|
"
|
|
|
|
`;
|