test
This commit is contained in:
@@ -154,6 +154,8 @@ func Shell(commandsList ...[]string) {
|
|||||||
} else {
|
} else {
|
||||||
command = commands[0]
|
command = commands[0]
|
||||||
commands = commands[1:]
|
commands = commands[1:]
|
||||||
|
|
||||||
|
fmt.Println("> " + command)
|
||||||
}
|
}
|
||||||
|
|
||||||
store, err = interpretCommand(strings.TrimSpace(command), store)
|
store, err = interpretCommand(strings.TrimSpace(command), store)
|
||||||
|
|||||||
Reference in New Issue
Block a user