Community
Participate
Working Groups
In relation to bug 335035, the command providers should be able to provide help not only for all their commands, but also for a single command only.
Created attachment 191393 [details] Proposed patch for SCRCommandProvider, providing help for individual command Proposed patch for SCRCommandProvider, providing help for individual command The patch adds the described functionality. It also fixes the problem described in bug 335814, by adding \r when printing new line.
I released the patch with a small change to return Boolean.FALSE instead of creating a new Boolean(false).
Comment on attachment 191393 [details] Proposed patch for SCRCommandProvider, providing help for individual command Thanks!