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