Skip to content

feat: add agent exec pkg #15577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 25, 2024
Prev Previous commit
Next Next commit
update cmdtest for other oses
  • Loading branch information
sreya committed Nov 20, 2024
commit 521956f0f278e87cb15135c3404bee5926413df9
2 changes: 1 addition & 1 deletion agent/agentexec/cli_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package agentexec

import "golang.org/x/xerrors"

func CLI(args []string, environ []string) error {
func CLI() error {
return xerrors.Errorf("agent-exec is only supported on Linux")
}
Loading