ssm-browse/internal/common/ui/commandctrl/context.go

7 lines
133 B
Go

package commandctrl
type ExecContext struct {
// FromFile is true if the command is executed as part of a command
FromFile bool
}