diff options
author | EuAndreh <eu@euandre.org> | 2022-08-13 13:17:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-13 13:17:45 -0300 |
commit | a2324725adab4fda610d39eb21d8d28bdf8f35ba (patch) | |
tree | b8d770e51d7e0703020cfd6862e890b717bcb23e /bin/prompt | |
parent | bin/player: Add working utility (diff) | |
download | dotfiles-a2324725adab4fda610d39eb21d8d28bdf8f35ba.tar.gz dotfiles-a2324725adab4fda610d39eb21d8d28bdf8f35ba.tar.xz |
bin/: Add examples to help strings
Diffstat (limited to 'bin/prompt')
-rwxr-xr-x | bin/prompt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -20,6 +20,15 @@ help() { Display a prompt and return a value corresponding to the response. + + + Examples: + + Conditionally run download command + + if prompt 'Download files?'; then + run_download; + fi EOF } |