aube 2.2.0

Aube — a fast Node.js package manager
Documentation
1
2
3
4
5
6
7
// Route external usage consumers to the compiled completer used by the
// built-in scripts. The complete argv is preserved, including `-C`.
complete "script" run="{bin} __complete_word__ --candidates script --line={{ words | shell_join | shell_quote }}"

// Keep value completers in a shared fragment so `aube usage`, `aubr`, and
// `aubx` are generated from the same candidate protocol.
{completers}