Skip to content

Commit 3dd1a28

Browse files
committed
test: update cli snapshot
1 parent 538378c commit 3dd1a28

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
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
55
[options]
66
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
99
than the terminal width
1010
1111
Options:
1212
1313
--spa, -s Launch in SPA mode
14-
--universal, -u Launch in Universal
14+
--universal, -u Launch in Universal
1515
mode (default)
16-
--config-file, -c Path to Nuxt.js
16+
--config-file, -c Path to Nuxt.js
1717
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
2020
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
2323
finished
24-
--version, -v Display the Nuxt
24+
--version, -v Display the Nuxt
2525
version
2626
--help, -h Display this message
27-
--port, -p Port number on which
27+
--port, -p Port number on which
2828
to start the application
29-
--hostname, -H Hostname on which to
29+
--hostname, -H Hostname on which to
3030
start the application
3131
--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
3434
should wrap to the next line
3535
3636
"

0 commit comments

Comments
 (0)