code-server/src/node
Anmol Sethi affb92f281
cli: Show beta flags in help output
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
2020-12-08 19:00:33 -05:00
..
routes Add hashedPassword config (#2409) 2020-12-08 14:54:17 -06:00
app.ts Move websocket routes into a separate app 2020-11-05 15:08:09 -06:00
cli.ts cli: Show beta flags in help output 2020-12-08 19:00:33 -05:00
coder_cloud.ts node: coder-cloud -> coder_cloud 2020-12-04 02:34:43 -05:00
constants.ts Add file for global constants 2020-10-26 17:56:12 -05:00
entry.ts Add hashedPassword config (#2409) 2020-12-08 14:54:17 -06:00
heart.ts Short-circuit heartbeat when alive 2020-10-27 17:48:37 -05:00
http.ts Add hashedPassword config (#2409) 2020-12-08 14:54:17 -06:00
plugin.ts v3.7.0 2020-11-16 11:11:50 -05:00
proxy_agent.ts proxy_agent.ts: Document why there is no $HTTPS_PROXY support 2020-12-04 13:52:52 -05:00
proxy.ts Move domain proxy to routes 2020-11-05 17:07:32 -06:00
settings.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
socket.ts Read most recent socket path from file 2020-10-09 16:57:43 -05:00
update.ts update.ts: Fix response memory leak 2020-12-04 02:34:43 -05:00
util.ts Merge branch master into code-asher/ch1385 2020-11-12 11:52:02 -06:00
vscode.ts Move onMessage so it can be used in the wrappers 2020-11-18 12:28:43 -06:00
wrapper.ts Remove unused wrapper options 2020-11-18 13:23:06 -06:00
wsRouter.ts Merge branch master into code-asher/ch1385 2020-11-12 11:52:02 -06:00