# lflags **Repository Path**: plus7wist/lflags ## Basic Information - **Project Name**: lflags - **Description**: A light command C++ line flags parser based on code generation. - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-17 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lflags - 愉快的命令行解析 - Light command line flags - [快速开始](./docs/quick_start.md) - [手册](./docs/reference.md) ## 构建 使用 [pkgxx](https://gitee.com/plus7wist/pkgxx.git)。 ```sh pkgxx build ``` 使用 [cmake](https://cmake.org/)。 ```sh cmake -Bcmake-build cmake --build cmake-build ``` ## 示例 查看生成的 `lflags_example::dd::Option`。