Currently, ReFrame has lots of options that makes it hard to use. We should move an action-based or verb-based CLI, where each subcommand will have its own options and help. Here are some examples:
reframe list --detailed -n Foo -E 'num_nodes==16'
reframe run -n Foo -E 'num_nodes==16'
reframe analyze --list-testcases=now-10d:now/mean:/
Etc.