summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-16 21:01:17 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-02-16 21:01:17 +1100
commite011e9bc4238b97a70ac6e4b35a862a028ce55e4 (patch)
treeb4812f422ee3b38844796617299a5cecc7835369 /pkg/commands/os.go
parentad93b4c863dfaa6a1cb6bb740d0dba87fef14404 (diff)
more work on rebasing feature
Diffstat (limited to 'pkg/commands/os.go')
-rw-r--r--pkg/commands/os.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/commands/os.go b/pkg/commands/os.go
index a1f936dc1..c404f4de1 100644
--- a/pkg/commands/os.go
+++ b/pkg/commands/os.go
@@ -25,6 +25,7 @@ type Platform struct {
openCommand string
openLinkCommand string
fallbackEscapedQuote string
+ skipEditorArg string
}
// OSCommand holds all the os commands