Skip to content

Commit

Permalink
add StdIn to exec command
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Jan 18, 2024
1 parent 4438ed1 commit 2a6864b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermes/cmd/hermes_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func hermesExecuteHandler(cmd *cobra.Command, args []string) error {
cmd.Context(),
hermes.WithArgs(args...),
hermes.WithStdOut(cmd.OutOrStdout()),
hermes.WithStdIn(cmd.InOrStdin()),
hermes.WithStdOut(cmd.ErrOrStderr()),
)
}

0 comments on commit 2a6864b

Please sign in to comment.