-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run cells filtered by category at the document level #516
Conversation
12c0c12
to
dba1a03
Compare
dba1a03
to
a8df024
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍. Also, let's create a follow-up ticket to add doc-level category to the extension, too.
Is it possible to teak the test case to perhaps not use pwd
? it looks like there's a difference between shells (bash vs zsh) and test cases fail locally.
--- stdout
+++ doc-category.txt
@@ -1,6 +1,6 @@
► Running task install-solution2...
-Install solution2 in /private/tmp
+Install solution2 in /tmp
► ✓ Task install-solution2 exited with code 0
► Running task deploy-solution2...
-Deploy solution2 in /private/tmp
+Deploy solution2 in /tmp
► ✓ Task deploy-solution2 exited with code 0
@sourishkrout Of course, let me work on it. |
0b84402
to
873680f
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
This pull request enhances the category-matching functionality within the CLI, optimizing task filtering based on specified categories from the Frontmatter category.
Closes: #369