summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-06-12 10:59:00 -0300
committerEuAndreh <eu@euandre.org>2026-06-12 10:59:00 -0300
commitb9f2ad6b22fe6808a5cd2a1476172a1131adb3ed (patch)
tree56b7153976edf43fe92b17917209e9a4fadd2112 /doc
parentRewrite remembering in Go (diff)
downloadremembering-b9f2ad6b22fe6808a5cd2a1476172a1131adb3ed.tar.gz
remembering-b9f2ad6b22fe6808a5cd2a1476172a1131adb3ed.tar.xz
Accept getopts-style attached -pPROFILE again
Via gobang.ExpandBundles("p:", argv), now that it understands optstring value flags: -pp1 expands to -p p1 before stdlib flag parsing, and nothing after "--" is expanded, so the wrapped command's own argv passes through byte-for-byte. signals.sh goes back to its original attached-form invocations, which now double as the compat test. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/remembering.en.1.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/remembering.en.1.adoc b/doc/remembering.en.1.adoc
index 9d5f859..568f86a 100644
--- a/doc/remembering.en.1.adoc
+++ b/doc/remembering.en.1.adoc
@@ -75,7 +75,8 @@ nothing, and exits 0.
*-p* _PROFILE_::
The profile name to gather and store the ranking under (default:
-the current directory, with every `/` turned into `!`).
+the current directory, with every `/` turned into `!`). The
+attached getopts form (`-pPROFILE`) is accepted too.