summaryrefslogtreecommitdiff
path: root/internal/command/commandargs
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/commandargs')
-rw-r--r--internal/command/commandargs/shell.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/internal/command/commandargs/shell.go b/internal/command/commandargs/shell.go
index 0b1e161..616d7e3 100644
--- a/internal/command/commandargs/shell.go
+++ b/internal/command/commandargs/shell.go
@@ -26,12 +26,13 @@ var (
)
type Shell struct {
- Arguments []string
- GitlabUsername string
- GitlabKeyId string
- SshArgs []string
- CommandType CommandType
- Env sshenv.Env
+ Arguments []string
+ GitlabUsername string
+ GitlabKeyId string
+ GitlabKrb5Principal string
+ SshArgs []string
+ CommandType CommandType
+ Env sshenv.Env
}
func (s *Shell) Parse() error {