File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,6 @@ Builds a Snap from source.
38
38
yarn mm-snap build --analyze
39
39
```
40
40
41
- </TabItem >
42
- <TabItem value =" Example " >
43
-
44
- ``` bash
45
- yarn mm-snap build --analyze false
46
- ```
47
-
48
41
</TabItem >
49
42
</Tabs >
50
43
@@ -105,21 +98,13 @@ Validates the Snap [manifest file](../../learn/about-snaps/files.md#manifest-fil
105
98
<TabItem value =" Syntax " >
106
99
107
100
``` 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
116
102
```
117
103
118
104
</TabItem >
119
105
</Tabs >
120
106
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.
123
108
124
109
### ` s ` , ` serve `
125
110
You can’t perform that action at this time.
0 commit comments