Scenario:
As a sysadmin, I'm planning to do maintenance on an arbitrary set of nodes. After draining those nodes, I'd like an easy way to return a list of jobs running on them so I can contact the job owners/see when they'll expire/kill them outright/whatever. Something like flux jobs -i <hostlist> would make sense.
Design-wise, it arguably makes sense assume -A but that breaks the current paradigm.