Add examples of Cygwin and Git Bash

This commit is contained in:
Rongjian Zhang 2018-07-12 12:17:56 +08:00 committed by Benjamin Staneck
parent 88da6cd3d9
commit c0571348f8

View file

@ -106,6 +106,13 @@ module.exports = {
//
// PowerShell on Windows
// - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`
//
// Cygwin
// - Example: `C:\\cygwin64\\bin\\bash.exe`
//
// Git Bash
// - Example: `C:\\Program Files\\Git\\git-cmd.exe`
// Then Add `--command=usr/bin/bash.exe` to shellArgs
shell: '',
// for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`)