diff options
-rw-r--r-- | app/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index d757292..ed9ba30 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -32,6 +32,7 @@ -- Currently it is not possible to filter for an issue satisfying one filter or another. We could add the following syntax allowing it: -- -- `--filter '(@assigned aforemny) OR (@due 2023-10-4)'` +-- -- @topic tags -- @backlog |