This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Marking tasks as internal #79
Comments
blackandred
added a commit
that referenced
this issue
Jun 23, 2021
blackandred
added a commit
that referenced
this issue
Jun 23, 2021
blackandred
added a commit
that referenced
this issue
Jun 23, 2021
blackandred
added a commit
that referenced
this issue
Jun 23, 2021
blackandred
added a commit
that referenced
this issue
Jun 23, 2021
blackandred
added a commit
that referenced
this issue
Jun 23, 2021
blackandred
added
FEATURE
New feature or request
and removed
duplicate
This issue or pull request already exists
labels
Jun 24, 2021
Implemented, watiing for review. |
blackandred
added a commit
that referenced
this issue
May 6, 2022
#79: Add support for marking tasks as internal
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An
internal task
is a task that is not listed when typing arkd :tasks
command. There should be a switch to show all tasks, including internal ones -rkd :tasks --all
Reasons for hiding a task:
How to hide a task:
is_internal = True
, or a property method onTaskInterface
implementationTaskDeclaration(TaskInterface, internal=True)
to overrideTaskInterface
settingThe text was updated successfully, but these errors were encountered: