oxihuman-cli 0.1.2

Command-line interface for OxiHuman body generation and export
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (C) 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0

//! OxiHuman CLI library: re-exports subcommand modules and shared utilities
//! so that integration tests can access them without going through the binary.

pub mod commands;
pub mod help;
pub mod utils;