I don't know if this is out of scope of nak, but I'll ask it regardless:
Create a flag that if present, get not only the kind 1, but all of the events in a thread.
If we have something like:
Event A <- Event B <- Event C
And I do:
nak req Event C --get-all
Then it returns A, B and C.
I don't know if this is out of scope of nak, but I'll ask it regardless:
Create a flag that if present, get not only the kind 1, but all of the events in a thread.
If we have something like:
Event A <- Event B <- Event C
And I do:
nak req Event C --get-allThen it returns A, B and C.