💡Idea
The aim is to add a new CLI config setting that would define if the --help should show up in the console (like now) or open the command sit in CLI for Microsoft 365 docs web page
| Setting name |
Definition |
Default value |
| helpTarget |
Defines the way the command help will be shown. Set console - to show the help in console or web - to open the command docs in default browser |
console |
Things to consider
This setting should not change the way CLI works when a command failure. So on command fail we should still show help in console output not open the docs web page in default browser every time 😉
Original discussion in Issue
#3958
💡Idea
The aim is to add a new CLI config setting that would define if the
--helpshould show up in the console (like now) or open the command sit in CLI for Microsoft 365 docs web pageconsole- to show the help in console orweb- to open the command docs in default browserThings to consider
This setting should not change the way CLI works when a command failure. So on command fail we should still show help in console output not open the docs web page in default browser every time 😉
Original discussion in Issue
#3958