Commit 5b793ef
committed
python: add flux.util.FilterActionConcatenate
Problem: The flux-jobs(1) -f, --filter option is being updated to
take a query string, but there is no "filter" based argparse action
to handle this case.
Add flux.util.FilterActionConcatenate which concatenates multiple
--filter strings together, separated by space.1 parent fefb5c0 commit 5b793ef
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
219 | 230 | | |
220 | 231 | | |
221 | 232 | | |
| |||
0 commit comments