Added the RC file which can be used to load commands on startup. Also added the "echo" command which can be used for debugging.
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
|
|
}
|