summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-10-10 14:49:08 -0600
committertjpcc <tjp@ctrl-c.club>2023-10-10 16:51:24 -0600
commit38a195c6e62dfebed3c0c642ec9e3fcc89516097 (patch)
tree699dd50488c8bf948ddc8d16757eeee619a884f5 /types.go
parent7efb04b5d7b5c5363a8a0d95fce5513cd125ede9 (diff)
"cmd" modifier to override CGI executable
fixes #6
Diffstat (limited to 'types.go')
-rw-r--r--types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.go b/types.go
index 8d010b2..3dd3935 100644
--- a/types.go
+++ b/types.go
@@ -14,6 +14,7 @@ type Modifiers struct {
DirDefault string
DirList bool
Exec bool
+ ExecCmd string
ExtendedGophermap bool
AutoAtom bool
Titan *Auth