blob: 41d1d6e5450cf049bfa40f9cdbfe1de988d0448e (
plain) (
blame)
1
2
3
4
5
6
7
|
# Open the context of a task
#
# Open the neorg context associated with the current context and
# the uuid of the task with id ID. Without ID, it'll open the
# current context's norg file.
# If no context is set, drops you to the selection prompt
def "main" [id?: int] {}
|