# main-typ-cli **Repository Path**: top2mei/main-typ-cli ## Basic Information - **Project Name**: main-typ-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-27 - **Last Updated**: 2026-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # main-type-cli 一个基于 Typer 的简单命令行工具。 ## 安装 ```bash # 克隆项目 git clone https://xxx/main-type-cli.git cd main-type-cli # 安装依赖(使用清华源加速) pip install -e . ``` ## 使用示例 ```bash # 打招呼 simple hello 张三 # 加法计算 simple add 3 5 # 多次打招呼 simple greet --name 李四 --count 3 # 激动地打招呼 simple greet --name 王五 --excited ```