FilterParts
FilterParts filters Context.Parts.
carapace.ActionMultiParts(",", func(c carapace.Context) carapace.Action {
return carapace.ActionValues(
"one",
"two",
"three",
).FilterParts()
})
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
FilterParts filters Context.Parts.
carapace.ActionMultiParts(",", func(c carapace.Context) carapace.Action {
return carapace.ActionValues(
"one",
"two",
"three",
).FilterParts()
})