Displaying 1 result from an estimated 1 matches for "ad98e975e".
2018 Feb 07
1
[PATCH] fish: add a small doc note about -- for args (RHBZ#1536603)
This will hint what to do when any argument of a command starts with a
dash.
---
fish/guestfish.pod | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index ad98e975e..bbf43aad5 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -458,6 +458,13 @@ command that gives an error causes the whole shell to exit. In
interactive mode (with a prompt) if a command fails, you can continue
to enter commands.
+Note that arguments of the commands will be consider...