Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation Users often run `krr --help` to learn about KRR cli flags, but that command doesn't output most flags! Most of the flags are only shown for `krr simple --help`. This PR tells users where to look for the real cli flags. # Alternatives Ideally `krr --help` would show all cli flags, but I don't know how to do this with the library we use (typer) and I suspect it isn't possible. So while I would prefer doing that, this was the only solution I found.
- Loading branch information