@rivolink/leaf-darwin-arm64 1.23.0 → 1.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/leaf +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,6 +162,12 @@ watch = false # auto-reload when opening a file
|
|
|
162
162
|
extras = ["txt", "rs"] # extra file types shown in the picker
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
+
To reset the configuration to defaults:
|
|
166
|
+
|
|
167
|
+
```bash
|
|
168
|
+
leaf --config reset
|
|
169
|
+
```
|
|
170
|
+
|
|
165
171
|
All settings are optional. CLI arguments always take priority. See [`config.toml`](config.toml) for details.
|
|
166
172
|
|
|
167
173
|
## Extra Files
|
package/leaf
CHANGED
|
Binary file
|