|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 | 3 | exports[`cli/command builds help text 1`] = `
|
4 |
| -" Usage: nuxt this is how you do it |
| 4 | +" Usage: nuxt this is how you do it |
5 | 5 | [options]
|
6 | 6 |
|
7 |
| - a very long description that should wrap |
8 |
| - to the next line because is not longer |
| 7 | + a very long description that should wrap |
| 8 | + to the next line because is not longer |
9 | 9 | than the terminal width
|
10 | 10 |
|
11 | 11 | Options:
|
12 | 12 |
|
13 | 13 | --spa, -s Launch in SPA mode
|
14 |
| - --universal, -u Launch in Universal |
| 14 | + --universal, -u Launch in Universal |
15 | 15 | mode (default)
|
16 |
| - --config-file, -c Path to Nuxt.js |
| 16 | + --config-file, -c Path to Nuxt.js |
17 | 17 | config file (default: nuxt.config.js)
|
18 |
| - --modern, -m Build/Start app for |
19 |
| - modern browsers, e.g. server, client and |
| 18 | + --modern, -m Build/Start app for |
| 19 | + modern browsers, e.g. server, client and |
20 | 20 | false
|
21 |
| - --no-force-exit Do not force Nuxt.js |
22 |
| - to exit after the command has finished |
23 |
| - (this option has no effect on commands |
24 |
| - which start a server) |
25 |
| - --version, -v Display the Nuxt |
| 21 | + --force-exit Whether Nuxt.js |
| 22 | + should force exit after the command has |
| 23 | + finished |
| 24 | + --version, -v Display the Nuxt |
26 | 25 | version
|
27 | 26 | --help, -h Display this message
|
28 |
| - --port, -p Port number on which |
| 27 | + --port, -p Port number on which |
29 | 28 | to start the application
|
30 |
| - --hostname, -H Hostname on which to |
| 29 | + --hostname, -H Hostname on which to |
31 | 30 | start the application
|
32 | 31 | --unix-socket, -n Path to a UNIX socket
|
33 |
| - --foo very long option that |
34 |
| - is longer than the terminal width and |
| 32 | + --foo very long option that |
| 33 | + is longer than the terminal width and |
35 | 34 | should wrap to the next line
|
36 | 35 |
|
37 | 36 | "
|
|
0 commit comments