package commandctrl

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