diff options
-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 |