@staff0rd/assist 0.194.0 → 0.195.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 +2 -0
- package/dist/commands/backlog/web/bundle.js +26 -26
- package/dist/index.js +91 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,8 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
172
172
|
- `assist seq query <filter> -c <connection>` - Query using a specific connection
|
|
173
173
|
- `assist seq query <filter> --json` - Output raw JSON
|
|
174
174
|
- `assist seq query <filter> -n <count>` - Fetch a specific number of events (default 50)
|
|
175
|
+
- `assist seq query <filter> --from <date>` - Start of query window (UTC date or relative e.g. 5m, 1h, 2d)
|
|
176
|
+
- `assist seq query <filter> --to <date>` - End of query window (UTC date or relative e.g. 5m, 1h, 2d)
|
|
175
177
|
- `assist screenshot <process>` - Capture a screenshot of a running application window (e.g. `assist screenshot notepad`). Output directory is configurable via `screenshot.outputDir` (default `./screenshots`)
|
|
176
178
|
- `assist coverage` - Print global statement coverage percentage
|
|
177
179
|
- `assist complexity <pattern>` - Analyze a file (all metrics if single match, maintainability if multiple)
|