Skip to content

Commit 08aaa6e

Browse files
committed
edits
1 parent 422ad62 commit 08aaa6e

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

snaps/reference/cli/subcommands.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ Builds a Snap from source.
3838
yarn mm-snap build --analyze
3939
```
4040

41-
</TabItem>
42-
<TabItem value="Example">
43-
44-
```bash
45-
yarn mm-snap build --analyze false
46-
```
47-
4841
</TabItem>
4942
</Tabs>
5043

@@ -105,21 +98,13 @@ Validates the Snap [manifest file](../../learn/about-snaps/files.md#manifest-fil
10598
<TabItem value="Syntax">
10699

107100
```bash
108-
yarn mm-snap manifest --fix <BOOLEAN>
109-
```
110-
111-
</TabItem>
112-
<TabItem value="Example">
113-
114-
```bash
115-
yarn mm-snap manifest --fix false
101+
yarn mm-snap manifest --fix
116102
```
117103

118104
</TabItem>
119105
</Tabs>
120106

121-
Enables or disables making any changes to fix the manifest file.
122-
The default is `true`.
107+
Enables making any changes to fix the manifest file.
123108

124109
### `s`, `serve`
125110

0 commit comments

Comments
 (0)