mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add examples of Cygwin and Git Bash
This commit is contained in:
parent
88da6cd3d9
commit
c0571348f8
1 changed files with 7 additions and 0 deletions
|
|
@ -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']`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue