MaaAssistantArknights / MaaAssistantArknights/maa-cli

自动生成 JSON Schema 和文档

Open
#365 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
117
Forks
39
PR merge metrics
No merged PRs in 30d

Description

当前 JSON Schematic [schema files](./crates/maa-cli/schemas) 和命令相关的文档是手动编写的,这非常的琐碎无聊且容易遗漏。有一些 crate 可以帮助自动生成,以此来避免手动编写:

- [schemars](https://docs.rs/schemars/latest/schemars/): 生成 JSON Scheme;
- [clap-markdown](https://github.com/ConnorGray/clap-markdown): 生成命令文档,这可能需要配合本地化,来生成不同语言的文档。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the existing JSON Schema files under crates/maa-cli/schemas and the manually maintained command documentation. Evaluate how schemars and clap-markdown could generate these outputs, including localized command documentation. Done means the schemas and command docs are generated from the CLI definitions instead of being maintained manually.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, documentation
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.