diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 12:40:46 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 12:40:46 +0200 |
commit | 8fc24b5e1498756e327a451435675fb6c61e4ba9 (patch) | |
tree | 8f6839a63c81378b729b59b1a8280558067dba3e | |
parent | e3b53d6519cc81501d146cb2a158ee049ac4ccd4 (diff) | |
download | repl-8fc24b5e1498756e327a451435675fb6c61e4ba9.tar.gz |
repl.1: Document -a option
-rw-r--r-- | repl.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7,6 +7,7 @@ .\" .Sh SYNPOSIS .Nm repl +.Op Fl a .Ar command .\" .Sh DESCRIPTION @@ -18,7 +19,14 @@ input from the user, appends it to the provided by the single argument, and lets the shell evaluate the full string. -Built on GNU readline, it supports history and Emacs key bindings. +If the +.Fl a +flag is provided, +.Ar command +will be used as a suffix instead of a prefix. +Built on GNU readline, +.Nm +supports history and Emacs key bindings. .Nm repl is useful for command-line interfaces built on a |