summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index b817d26..44479d9 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,19 @@ Inspired by [this orange website commenter](https://news.ycombinator.com/item?id
Whitespace is stripped, but this might change in the future once I check if `dmenu` also does that lol.
-**TODO:** `-p` (prompt) support
+```
+usage: raycast_dmenu [-h] [-p PROMPT]
+
+dmenu-like raycast extension
+
+Provide option list as stdin, the stdout will contain the chosen option.
+If no option was chosen, the program will exit with the return code set to 1.
+
+options:
+ -h, --help show this help message and exit
+ -p PROMPT, --prompt PROMPT
+ search bar placeholder text
+```
## Installation