Skip to main content

oxihuman_cli/
lib.rs

1// Copyright (C) 2026 COOLJAPAN OU (Team KitaSan)
2// SPDX-License-Identifier: Apache-2.0
3
4//! OxiHuman CLI library: re-exports subcommand modules and shared utilities
5//! so that integration tests can access them without going through the binary.
6
7pub mod commands;
8pub mod help;
9pub mod utils;