Skip to content

Using the --help option doesn't show extended help #104

@waldekmastykarz

Description

@waldekmastykarz

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions