//! `skills completions <shell>` command implementation.
//!
//! Generates shell completion scripts for bash, zsh, fish, and `PowerShell`.
//! This is a Rust-only capability that the TS CLI cannot provide.
use io;
use Args;
use Shell;
/// Arguments for the `completions` command.
/// Generate shell completions and write to stdout.