cova icon indicating copy to clipboard operation
cova copied to clipboard

Completions Parsing Function

Open 00JCIV00 opened this issue 1 year ago • 0 comments

A new function, cova.genCompletions(), should generate completions for provided argument tokens based on a Command. Very similar to cova.parseArgs().

This can be used to generate completions in custom CLIs or in conjunction with Tab Completion Shell scripts.

00JCIV00 avatar May 18 '24 16:05 00JCIV00