Commit 12d87a8
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 95a817d commit 12d87a8
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
229 | 240 | | |
230 | 241 | | |
231 | 242 | | |
| |||
0 commit comments