// 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}