//! `completions` subcommand: runtime-shape.
//!
//! Generates shell completions for the full command surface to stdout.
use CommandFactory;
use crateCompletionsArgs;
use crateAppContext;
use crateAppError;
use crateoutput;
/// Generate completions for one shell.
///
/// # Errors
///
/// None.