mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:55:32 +02:00
msedge: remove '=' from long options (#16872)
This commit is contained in:
parent
f3ed756e76
commit
9761160dab
1 changed files with 4 additions and 4 deletions
|
@ -19,19 +19,19 @@
|
|||
|
||||
- Open in application mode (without toolbars, URL bar, buttons, etc.):
|
||||
|
||||
`msedge --app={{https://example.com}}`
|
||||
`msedge --app {{https://example.com}}`
|
||||
|
||||
- Use a proxy server:
|
||||
|
||||
`msedge --proxy-server="{{socks5://hostname:66}}" {{example.com}}`
|
||||
`msedge --proxy-server "{{socks5://hostname:66}}" {{example.com}}`
|
||||
|
||||
- Open with a custom profile directory:
|
||||
|
||||
`msedge --user-data-dir={{path/to/directory}}`
|
||||
`msedge --user-data-dir {{path/to/directory}}`
|
||||
|
||||
- Open without CORS validation (useful to test an API):
|
||||
|
||||
`msedge --user-data-dir={{path/to/directory}} --disable-web-security`
|
||||
`msedge --user-data-dir {{path/to/directory}} --disable-web-security`
|
||||
|
||||
- Open with a DevTools window for each tab opened:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue