7 lines
133 B
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
|
||
|
}
|