From 8fc24b5e1498756e327a451435675fb6c61e4ba9 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Tue, 1 Jun 2021 12:40:46 +0200 Subject: repl.1: Document -a option --- repl.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/repl.1 b/repl.1 index fcee1d4..15c848d 100644 --- a/repl.1 +++ b/repl.1 @@ -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 -- cgit v1.2.3