From @meshipeer on April 6, 2015 7:43
Steps: Let’s consider the run command
- Issue the run command simply by run
Actual result: One is prompted with “You should specify a default option (otherwise known as option 'f') for this command”.
Expected result: One should know what to do after this message (run --f, run –f run f, what?!) through a short example maybe?
Note: for instance if you trigger run –f you end up with the same message as above which is not ok.
- Now Issue the run command by run –f and press TAB
Actual result: you are prompted with two options that do not state anything? What file I need to provide?
Expected result: run command help (simple one and not the complex "help run") and example should be provided
Copied from original issue: CloudSlang/CloudSlang.github.io#74