Returns command info as a string, regardless of whether an output stream was specified. @return command info
()
| 96 | * @return command info |
| 97 | */ |
| 98 | public final String info() { |
| 99 | return info; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Specifies an output stream. The output stream can be invalidated by |