mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-11-25 00:54:48 +01:00
go-opt v2.2.0 now supports providing individual descriptions for
completion items by appending a newline character to the completion item
followed by its description.
Do that for patch sub commands. Here's what it looks like:
apply (Apply the selected message(s) to the current project.)
cd (Change aerc's working directory to the current project.)
drop (Drop a patch from the repository.)
find (Search for applied patches.)
init (Create a new project.)
list (List the current project with the tracked patch sets.)
ls (List the current project with the tracked patch sets.)
rebase (Rebase the patch data.)
switch (Switch context to the specified project.)
term (Open a shell or run a command in the current project's directory.)
unlink (Delete all patch tracking data for the specified project.)
:patch
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Antonin Godard <antonin@godard.cc>
|
||
|---|---|---|
| .. | ||
| account | ||
| compose | ||
| mode | ||
| msg | ||
| msgview | ||
| patch | ||
| testdata | ||
| cd.go | ||
| choose.go | ||
| close.go | ||
| commands.go | ||
| completion_helpers.go | ||
| completion_helpers_test.go | ||
| ct.go | ||
| echo.go | ||
| eml.go | ||
| exec.go | ||
| help.go | ||
| history.go | ||
| menu.go | ||
| move-tab.go | ||
| new-account.go | ||
| next-tab.go | ||
| pin-tab.go | ||
| prompt.go | ||
| pwd.go | ||
| quit.go | ||
| redraw.go | ||
| reload.go | ||
| send-keys.go | ||
| suspend.go | ||
| term.go | ||
| util.go | ||
| util_test.go | ||
| version.go | ||
| z.go | ||