|
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 | | - --force-exit Whether Nuxt.js |
22 | | - should force exit after the command has |
| 21 | + --force-exit Whether Nuxt.js |
| 22 | + should force exit after the command has |
23 | 23 | finished |
24 | | - --version, -v Display the Nuxt |
| 24 | + --version, -v Display the Nuxt |
25 | 25 | version |
26 | 26 | --help, -h Display this message |
27 | | - --port, -p Port number on which |
| 27 | + --port, -p Port number on which |
28 | 28 | to start the application |
29 | | - --hostname, -H Hostname on which to |
| 29 | + --hostname, -H Hostname on which to |
30 | 30 | start the application |
31 | 31 | --unix-socket, -n Path to a UNIX socket |
32 | | - --foo very long option that |
33 | | - is longer than the terminal width and |
| 32 | + --foo very long option that |
| 33 | + is longer than the terminal width and |
34 | 34 | should wrap to the next line |
35 | 35 |
|
36 | 36 | " |
|
0 commit comments