diff options
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ func main() { me.sh.GoodExit("do what?") } - setTitle("wit %s" + me.sh.Cmd) + pwd, _ := os.Getwd() + setTitle(log.Sprintf("wit %s %s", me.sh.Cmd, pwd)) // Standard subcommand handling starts here var s string |
