pub fn write(
shell: Shell,
completer: &str,
writer: &mut dyn Write,
) -> Result<()>Expand description
Write the dynamic-completion registration script for shell, with shims
so the git stk subcommand form completes too. completer is the binary
the shell invokes at completion time.