Commit 7162376
Yoan Wainmann
fix: --plain flag should imply --table in sprint list
When using `jira sprint list --plain`, the --plain flag was ignored
because only --table was checked in the TUI vs table mode decision.
Adding plain to the condition so --plain bypasses the TUI explorer
and renders a plain table, matching user expectations.
Closes #9681 parent 396933d commit 7162376
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments