What component is the issue in?
Front-End
Which command
What K Version?
v6.0.83-0-gc2ad66e022
Operating System
MacOS (Apple Silicon/AMD)
Steps to Reproduce
Currently krun accepts 2 types of options: General options and krun options, but none of these are mentioned in the order of a krun call:
krun --help
Usage: krun [PROGRAM] [-cNAME=VALUE] [-d DIR]
Expected Results
Something like we have for kompile's help message:
kompile --help
Usage: kompile [options] <file>
This is a very common pattern in compilers: kompile, java, clang, gcc, etc...
But also in interpreters like Python and GHCi!
What component is the issue in?
Front-End
Which command
What K Version?
v6.0.83-0-gc2ad66e022
Operating System
MacOS (Apple Silicon/AMD)
Steps to Reproduce
Currently
krunaccepts 2 types of options:General optionsandkrun options, but none of these are mentioned in the order of a krun call:Expected Results
Something like we have for kompile's help message:
This is a very common pattern in compilers: kompile, java, clang, gcc, etc...
But also in interpreters like Python and GHCi!