Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: Show beta flags in help output #2427

Merged
merged 4 commits into from
Dec 14, 2020
Merged

cli: Show beta flags in help output #2427

merged 4 commits into from
Dec 14, 2020

Conversation

nhooyr
Copy link
Contributor

@nhooyr nhooyr commented Dec 8, 2020

Looks like

   -r --reuse-window         Force to open a file or folder in an already opened window.
 -vvv --verbose              Enable verbose logging.
      --link                 (beta) Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
                             https://myname.coder-cloud.com at which you can easily access your code-server instance.
                             Authorization is done via GitHub.

Based on commits by @JammSpread in #2405

Closes #2396

@nhooyr nhooyr requested a review from jsjoeio December 8, 2020 23:40
Looks like

```
   -r --reuse-window         Force to open a file or folder in an already opened window.
 -vvv --verbose              Enable verbose logging.
      --link                 (beta) Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
                             https://myname.coder-cloud.com at which you can easily access your code-server instance.
                             Authorization is done via GitHub.
```

Based on commits by @JammSpread in #2405

Closes #2396
Copy link
Contributor

@jsjoeio jsjoeio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, LGTM! One suggestion about completing a sentence in the README

README.md Show resolved Hide resolved
@nhooyr nhooyr merged commit 88b8cff into master Dec 14, 2020
@nhooyr nhooyr deleted the link-docs-0cc3 branch December 14, 2020 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants