oxihuman-cli 0.1.2

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

//! CLI subcommand implementations, split into logical groups.

pub mod anim;
pub mod export;
pub mod generate;
pub mod info;
pub mod misc;
pub mod pack;
pub mod wizard;