summaryrefslogtreecommitdiff
path: root/internal/command/commandargs/command_args.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rearchitect command and executable Go modulesfeistel2021-09-081-29/+0
|
* refactor: add acceptargs field to executablefeistel2021-09-081-2/+0
| | | | | parse logic will only run if the executable accept args. healthcheck is the only one not accepting arguments.
* refactor: improve unknown executable error messagefeistel2021-09-081-1/+2
|
* refactor: remove commandargs.GenericArgsfeistel2021-08-111-1/+7
|
* chore: Refactor env introspection to rely on command initialization496-move-env-introspection-to-sshenvLucas Charles2021-03-151-2/+3
| | | | | | | Refactors introspection of execution environment to rely on per-connection state (`gitlab-shell`) or per request (`gitlab-sshd`) Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/496
* Rename import pathsNick Thomas2019-10-181-1/+1
|
* Move go code up one levelNick Thomas2019-10-181-0/+31