/** * Shell completion command - output or install completion scripts. * * @module src/cli/commands/completion */ export { completionOutput, completionInstall } from "./completion.js"; export { SUPPORTED_SHELLS, type Shell } from "./scripts.js";