Expected behavior
Using either o365 help <command> or o365 <command> --help should display full help including examples, remarks, etc.
Actual behavior
Using o365 help <command> shows full help, but using o365 <command> --help only shows help summary without remarks and examples.
CLI version
all versions
Additional information
This is most likely caused by incorrect implementation of the help method, where the log delegate is passed as method argument while actually it shouldn't be passed at all and the help method should use this.log instead.
Expected behavior
Using either
o365 help <command>oro365 <command> --helpshould display full help including examples, remarks, etc.Actual behavior
Using
o365 help <command>shows full help, but usingo365 <command> --helponly shows help summary without remarks and examples.CLI version
all versions
Additional information
This is most likely caused by incorrect implementation of the
helpmethod, where thelogdelegate is passed as method argument while actually it shouldn't be passed at all and the help method should usethis.loginstead.