pub fn build_subcommand() -> CommandExpand description
Builds the clap Command for the audit subcommand. Re-used by
cli.rs::subcommand_app so the surface is wired in one place.
ยงExamples
use ssg::cmd::audit::build_subcommand;
let cmd = build_subcommand();
assert_eq!(cmd.get_name(), "audit");