Nuxt/packages/cli/test/unit/__snapshots__/command.test.js.snap

38 lines
1.2 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`cli/command builds help text 1`] = `
2019-02-19 17:30:46 +00:00
" Usage: nuxt this is how you do it
[options]
2019-02-19 17:30:46 +00:00
a very long description that should wrap
to the next line because is not longer
than the terminal width
Options:
--spa, -s Launch in SPA mode
2019-02-19 17:30:46 +00:00
--universal, -u Launch in Universal
mode (default)
2019-02-19 17:30:46 +00:00
--config-file, -c Path to Nuxt.js
config file (default: nuxt.config.js)
2019-02-19 17:30:46 +00:00
--modern, -m Build/Start app for
modern browsers, e.g. server, client and
false
2019-02-19 17:30:46 +00:00
--force-exit Whether Nuxt.js
should force exit after the command has
finished
2019-02-19 17:30:46 +00:00
--version, -v Display the Nuxt
version
--help, -h Display this message
2019-02-19 17:30:46 +00:00
--port, -p Port number on which
to start the application
2019-02-19 17:30:46 +00:00
--hostname, -H Hostname on which to
start the application
--unix-socket, -n Path to a UNIX socket
2019-02-19 17:30:46 +00:00
--foo very long option that
is longer than the terminal width and
should wrap to the next line
"
`;