-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
1
I usually expect to see either commands or function calls rather than a mix of function objects and function calls, or to see them listed in a different format.
Currently, I see function objects like "version" and function calls like "show" in the same list without any differentiation.
Example:
In the help text, "version" is described as "Shell version". This might lead me to believe that it is a function call, but when I type "version" at the prompt, I realize that it's a function object since it outputs:
[Function (anonymous)] { help: [Function (anonymous)] Help }
Thus, I figured out that should convert it to a function call "version()", but did not get that information from the help text. This could confuse some users that might not realize this difference and how to convert the function object to a function call.