You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/builtin_script_note/snapshots/builtin_script_note.global.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,20 +91,20 @@ Arguments:
91
91
[ROOT] Project root directory (default: current directory)
92
92
93
93
Options:
94
-
--host [HOST] Specify hostname
95
-
--port <PORT> Specify port
96
-
--open [PATH] Open browser on startup
97
-
--cors Enable CORS
98
-
--strictPort Exit if specified port is already in use
99
-
--force Ignore the optimizer cache and re-bundle
100
-
--experimentalBundle Use experimental full bundle mode
101
-
--base <PATH> Public base path
102
-
-l, --logLevel <LEVEL> Set log level
103
-
--clearScreen Allow or disable clearing the screen
104
-
-d, --debug [FEAT] Show debug logs
105
-
-f, --filter <FILTER> Filter debug logs
106
-
-m, --mode <MODE> Set env mode
107
-
-h, --help Print help
94
+
--host [host] [string] specify hostname
95
+
--port <port> [number] specify port
96
+
--open [path] [boolean | string] open browser on startup
97
+
--cors [boolean] enable CORS
98
+
--strictPort [boolean] exit if specified port is already in use
99
+
--force [boolean] force the optimizer to ignore the cache and re-bundle
100
+
--experimentalBundle [boolean] use experimental full bundle mode (this is highly experimental)
101
+
--base <path> [string] public base path (default: /)
Copy file name to clipboardExpand all lines: crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/builtin_script_note/snapshots/builtin_script_note.local.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,20 +79,20 @@ Arguments:
79
79
[ROOT] Project root directory (default: current directory)
80
80
81
81
Options:
82
-
--host [HOST] Specify hostname
83
-
--port <PORT> Specify port
84
-
--open [PATH] Open browser on startup
85
-
--cors Enable CORS
86
-
--strictPort Exit if specified port is already in use
87
-
--force Ignore the optimizer cache and re-bundle
88
-
--experimentalBundle Use experimental full bundle mode
89
-
--base <PATH> Public base path
90
-
-l, --logLevel <LEVEL> Set log level
91
-
--clearScreen Allow or disable clearing the screen
92
-
-d, --debug [FEAT] Show debug logs
93
-
-f, --filter <FILTER> Filter debug logs
94
-
-m, --mode <MODE> Set env mode
95
-
-h, --help Print help
82
+
--host [host] [string] specify hostname
83
+
--port <port> [number] specify port
84
+
--open [path] [boolean | string] open browser on startup
85
+
--cors [boolean] enable CORS
86
+
--strictPort [boolean] exit if specified port is already in use
87
+
--force [boolean] force the optimizer to ignore the cache and re-bundle
88
+
--experimentalBundle [boolean] use experimental full bundle mode (this is highly experimental)
89
+
--base <path> [string] public base path (default: /)
[PATH]... Files, directories, or glob patterns (default: current directory)
13
+
Available positional items:
14
+
[PATH]... Single file, path or list of paths. Glob patterns are also supported. (Be sure to quote them, otherwise your shell may expand them before passing.) Exclude patterns with `!` prefix like `'!**/fixtures/*.js'` are also supported. If not provided, current working directory is used.
15
15
16
16
Mode Options:
17
-
--stdin-filepath <PATH> Specify the file name used to infer the parser for stdin
17
+
--stdin-filepath=PATH Specify the file name to use to infer which parser to use
18
18
19
19
Output Options:
20
-
--write Format and write files in place
21
-
--check Check whether files are formatted and show statistics
20
+
--write Format and write files in place (default)
21
+
--check Check if files are formatted, also show statistics
22
22
--list-different List files that would be changed
23
23
24
24
Ignore Options:
25
-
--ignore-path <PATH> Path to an ignore file; may be specified multiple times
26
-
--with-node-modules Format files in node_modules, which are skipped by default
25
+
--ignore-path=PATHPath to ignore file(s). Can be specified multiple times. If not specified, .gitignore and .prettierignore in the current directory are used.
26
+
--with-node-modules Format code in node_modules directory (skipped by default)
27
27
28
28
Runtime Options:
29
-
--no-error-on-unmatched-pattern Do not exit with an error when the pattern is unmatched
30
-
--threads <INT> Number of threads to use; set to 1 to use one CPU core
29
+
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
30
+
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core.
[PATH]... Files, directories, or glob patterns (default: current directory)
53
+
Available positional items:
54
+
[PATH]... Single file, path or list of paths. Glob patterns are also supported. (Be sure to quote them, otherwise your shell may expand them before passing.) Exclude patterns with `!` prefix like `'!**/fixtures/*.js'` are also supported. If not provided, current working directory is used.
55
55
56
56
Mode Options:
57
-
--stdin-filepath <PATH> Specify the file name used to infer the parser for stdin
57
+
--stdin-filepath=PATH Specify the file name to use to infer which parser to use
58
58
59
59
Output Options:
60
-
--write Format and write files in place
61
-
--check Check whether files are formatted and show statistics
60
+
--write Format and write files in place (default)
61
+
--check Check if files are formatted, also show statistics
62
62
--list-different List files that would be changed
63
63
64
64
Ignore Options:
65
-
--ignore-path <PATH> Path to an ignore file; may be specified multiple times
66
-
--with-node-modules Format files in node_modules, which are skipped by default
65
+
--ignore-path=PATHPath to ignore file(s). Can be specified multiple times. If not specified, .gitignore and .prettierignore in the current directory are used.
66
+
--with-node-modules Format code in node_modules directory (skipped by default)
67
67
68
68
Runtime Options:
69
-
--no-error-on-unmatched-pattern Do not exit with an error when the pattern is unmatched
70
-
--threads <INT> Number of threads to use; set to 1 to use one CPU core
69
+
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
70
+
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core.
[PATH]... Files, directories, or glob patterns (default: current directory)
93
+
Available positional items:
94
+
[PATH]... Single file, path or list of paths. Glob patterns are also supported. (Be sure to quote them, otherwise your shell may expand them before passing.) Exclude patterns with `!` prefix like `'!**/fixtures/*.js'` are also supported. If not provided, current working directory is used.
95
95
96
96
Mode Options:
97
-
--stdin-filepath <PATH> Specify the file name used to infer the parser for stdin
97
+
--stdin-filepath=PATH Specify the file name to use to infer which parser to use
98
98
99
99
Output Options:
100
-
--write Format and write files in place
101
-
--check Check whether files are formatted and show statistics
100
+
--write Format and write files in place (default)
101
+
--check Check if files are formatted, also show statistics
102
102
--list-different List files that would be changed
103
103
104
104
Ignore Options:
105
-
--ignore-path <PATH> Path to an ignore file; may be specified multiple times
106
-
--with-node-modules Format files in node_modules, which are skipped by default
105
+
--ignore-path=PATHPath to ignore file(s). Can be specified multiple times. If not specified, .gitignore and .prettierignore in the current directory are used.
106
+
--with-node-modules Format code in node_modules directory (skipped by default)
107
107
108
108
Runtime Options:
109
-
--no-error-on-unmatched-pattern Do not exit with an error when the pattern is unmatched
110
-
--threads <INT> Number of threads to use; set to 1 to use one CPU core
109
+
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
110
+
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core.
[PATH]... Files, directories, or glob patterns (default: current directory)
133
+
Available positional items:
134
+
[PATH]... Single file, path or list of paths. Glob patterns are also supported. (Be sure to quote them, otherwise your shell may expand them before passing.) Exclude patterns with `!` prefix like `'!**/fixtures/*.js'` are also supported. If not provided, current working directory is used.
135
135
136
136
Mode Options:
137
-
--stdin-filepath <PATH> Specify the file name used to infer the parser for stdin
137
+
--stdin-filepath=PATH Specify the file name to use to infer which parser to use
138
138
139
139
Output Options:
140
-
--write Format and write files in place
141
-
--check Check whether files are formatted and show statistics
140
+
--write Format and write files in place (default)
141
+
--check Check if files are formatted, also show statistics
142
142
--list-different List files that would be changed
143
143
144
144
Ignore Options:
145
-
--ignore-path <PATH> Path to an ignore file; may be specified multiple times
146
-
--with-node-modules Format files in node_modules, which are skipped by default
145
+
--ignore-path=PATHPath to ignore file(s). Can be specified multiple times. If not specified, .gitignore and .prettierignore in the current directory are used.
146
+
--with-node-modules Format code in node_modules directory (skipped by default)
147
147
148
148
Runtime Options:
149
-
--no-error-on-unmatched-pattern Do not exit with an error when the pattern is unmatched
150
-
--threads <INT> Number of threads to use; set to 1 to use one CPU core
149
+
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
150
+
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core.
0 commit comments