-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) parse filters similarly to the CLI
The `task` CLI has the general form: `task [<filter>] <command> [<mods>]`. I'm not interested in supporting the full syntax right now, but placing filters between `task` and `command` (the report name) makes the syntax for the code block significantly more similar to the CLI syntax. This is a breaking change.
- Loading branch information
Ashton Eby
committed
Feb 28, 2024
1 parent
2022b05
commit 3112f97
Showing
2 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters