microsoft / microsoft/terminal
WT -? -help --help window should include a link to the command line arguments
@carlos-zamora is already working on this.
Since May 12, 2020.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
including a perma link into the help window
currently the help output is very basic.
Usually commands in cmd / powershell will not open a Win32 message box for help (except some few like slmgr, msiexec but print it in the console
including a link or output in console session
Please consider to output the help content into the console session and / or include a permanent link to
https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingCommandlineArguments.md
for further documentation. . This will help new users
currently the output is a Win32 message box.
Help
wt - the Windows Terminal
Usage: [OPTIONS] [SUBCOMMAND]
Options:
-h,--help Print this help message and exit
Subcommands:
new-tab Create a new tab
split-pane Create a new split pane
focus-tab Move focus to another tab
OK
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.