Hi, When implementing a Gogo shell command are there any rules of thumb on whether I should return a result from the command method or print it on System.out? Possibly using the CommandSession to format it first.
What bothers me is that AFAIK the automatic printing of return values from command methods may be turned off. Regards Todor