diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 03:52:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 03:52:09 -0500 |
| commit | bbfa822fe670250482b21249760d7246b12fefde (patch) | |
| tree | 9aae220fcfc509b3139c0a5f2e0ead41287a0308 /main.go | |
| parent | a35f84f584dd9c0a4a72d8923f79e8e922b39a52 (diff) | |
playing with title. it's working excellently
Diffstat (limited to 'main.go')
| -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 |
