@rivolink/leaf-darwin-x64 1.23.0 → 1.23.2

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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/leaf +0 -0
  3. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivolink/leaf-darwin-x64",
3
- "version": "1.23.0",
3
+ "version": "1.23.2",
4
4
  "description": "leaf binary for darwin x64",
5
5
  "os": [
6
6
  "darwin"