Skip to content

Commit 90ffb12

Browse files
Sync cli docs (#1138)
sync cli docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 2609fcc commit 90ffb12

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/svelte.dev/content/docs/cli/20-commands/30-sv-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The first row is of type `START` and contains the workspace folder (wrapped in q
122122
1590680325583 START "/home/user/language-tools/packages/language-server/test/plugins/typescript/testfiles"
123123
```
124124

125-
Any number of `ERROR` or `WARNING` records may follow. Their structure is identical and depends on the output argoument.
125+
Any number of `ERROR` or `WARNING` records may follow. Their structure is identical and depends on the output argument.
126126

127127
If the argument is `machine` it will tell us the filename, the starting line and column numbers, and the error message. The filename is relative to the workspace directory. The filename and the message are both wrapped in quotes. Example:
128128

apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Some migrations may annotate your codebase with tasks for completion that you ca
99

1010
## Usage
1111

12+
```bash
13+
npx sv migrate
14+
```
15+
16+
You can also specify a migration directly via the CLI:
1217
```bash
1318
npx sv migrate [migration]
1419
```

0 commit comments

Comments
 (0)