Skip to content

Commit

Permalink
added initial text on entry dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
thanoulis committed Dec 3, 2020
1 parent d22b6c6 commit 9da1ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
|---------------|:------:|------------------|:-------------------:|
| --title= | string | set window title | "Enter Text" |
| --text= | csv | set label text | "Enter text below:" |
| --default= | csv | set initial text |
| --help | | this help |

* returns:
Expand All @@ -256,7 +257,8 @@

```shell
tpmg --entry --title="Personal Information" \
--text="First name:,Last name:,email:"
--text="First name:,Last name:,email:" \
--default=",,email@example.com"
```

* screenshot:
Expand Down

0 comments on commit 9da1ba5

Please sign in to comment.