without this patch, help always shows the verbose help of all commands,
but this is an issue with a previous patch
Reviewed-by: Dominik Csapak
On 11/06/2017 02:54 PM, Thomas Lamprecht wrote:
Improves usabillity by allowing to pass a sub command unquoted to
the help command, e.g.:
# pveum he
Improves usabillity by allowing to pass a sub command unquoted to
the help command, e.g.:
# pveum help user delete
without this only a quoted version worked, e.g.:
# pveum help "user delete"
---
src/PVE/CLIHandler.pm | 14 ++
1 file changed, 6 insertions(+), 8 deletions(-)
diff --