Command-line interface for devboy-tools — `devboy` binary. Primary distribution is npm (@devboy-tools/cli); `cargo install devboy-cli` is the secondary channel.
//! DevBoy CLI library.
//!//! This module provides library functions for the CLI that can be reused.
#![deny(rustdoc::broken_intra_doc_links)]#![deny(rustdoc::private_intra_doc_links)]#![deny(rustdoc::invalid_html_tags)]pubmodcommands;pubmodupdate_check;pubmodupgrade;