diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-09 13:50:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-09 13:50:02 -0400 |
| commit | 33d3e22023b88545314937c0dab4770eb979f265 (patch) | |
| tree | 3cbacfc183bfdf36fb8407b953a5f298a7d31ff8 | |
| parent | 5a80ff0db3690943a522e38152c86393ab0eb594 (diff) | |
Update example
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ func main(name:Text, shout=no): ``` ```bash -$ tomo hello.tm world +$ tomo hello.tm -- world Hello World -$ tomo hello.tm --name=åke +$ tomo hello.tm -- --name=åke Hello Åke $ tomo -e hello.tm $ ./hello "john doe" --shout |
