@staff0rd/assist 0.488.0 → 0.488.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.
- package/README.md +1 -1
- package/dist/commands/sessions/web/bundle.js +228 -228
- package/dist/index.js +248 -75
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -183,7 +183,7 @@ Backlog item ids are written and displayed in an `a`-prefixed form (e.g. item 55
|
|
|
183
183
|
- `assist config get <key>` - Get a config value
|
|
184
184
|
- `assist config list` - List all config values
|
|
185
185
|
- `assist config set <key> <value>` - Set a config value. `--global` writes to `~/.assist.yml`; `-g --repo [name]` writes a per-repo override there
|
|
186
|
-
- `assist config unset <key>` - Remove a config value so the key falls back to the global value or schema default (`-g` targets `~/.assist.yml`)
|
|
186
|
+
- `assist config unset <key>` - Remove a config value so the key falls back to the global value or schema default (`-g` targets `~/.assist.yml`; `-g --repo [name]` removes it from a per-repo override there)
|
|
187
187
|
|
|
188
188
|
### Verify and lint
|
|
189
189
|
|