From ed8c62548d0ddf10578579b93747bd5b57621c98 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Sat, 19 Jul 2025 10:49:32 -0600 Subject: [PATCH] create new issue 000ddc5eaf58e781c945d6321970ec40 --- 000ddc5eaf58e781c945d6321970ec40/description | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 000ddc5eaf58e781c945d6321970ec40/description diff --git a/000ddc5eaf58e781c945d6321970ec40/description b/000ddc5eaf58e781c945d6321970ec40/description new file mode 100644 index 0000000..35ddce6 --- /dev/null +++ b/000ddc5eaf58e781c945d6321970ec40/description @@ -0,0 +1,8 @@ +add an option to `ent list` to just show filtered issue ids + +This would be useful in scripts, like: +``` +for ISSUE_ID in $(ent list --ids-only ${MY_FILTER}); do + # do thing with ${ISSUE_ID} +done +```