create new issue 000ddc5eaf58e781c945d6321970ec40
This commit is contained in:
parent
5b6f8ad531
commit
ed8c62548d
1 changed files with 8 additions and 0 deletions
8
000ddc5eaf58e781c945d6321970ec40/description
Normal file
8
000ddc5eaf58e781c945d6321970ec40/description
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue