create a one-liner description for each API

This commit is contained in:
Zeke Sikelianos 2016-04-21 15:35:29 -07:00
parent a4de40ec89
commit ee190ca62a
34 changed files with 70 additions and 39 deletions

View file

@ -1,9 +1,10 @@
# Supported Chrome command line switches
This page lists the command line switches used by the Chrome browser that are
also supported by Electron. You can use
[app.commandLine.appendSwitch][append-switch] to append them in your app's main
script before the [ready][ready] event of [app][app] module is emitted:
Command line switches supported by Electron.
You can use [app.commandLine.appendSwitch][append-switch] to append them in
your app's main script before the [ready][ready] event of [app][app] module is
emitted:
```javascript
const app = require('electron').app;