diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-12 04:09:51 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-12 04:09:51 +0100 |
commit | e33ff2188d42d21822ac3eaeca886aa01429230b (patch) | |
tree | d25953a912276050938852a5af7d18f994f65426 /app/Main.hs | |
parent | f1e66f3b9a5b85c57180977512dac089faa9b04b (diff) |
issue: format tag-improvements-or-filtering
Diffstat (limited to 'app/Main.hs')
-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 |