Skip to content

fill todo doc comments in zingo-cli#2303

Open
evanbranigan-dotcom wants to merge 1 commit intozingolabs:devfrom
evanbranigan-dotcom:fill-zingo-cli-doc-todos-dev
Open

fill todo doc comments in zingo-cli#2303
evanbranigan-dotcom wants to merge 1 commit intozingolabs:devfrom
evanbranigan-dotcom:fill-zingo-cli-doc-todos-dev

Conversation

@evanbranigan-dotcom
Copy link
Copy Markdown

Fixes: #2301

Retargeted against dev per @zancas feedback on #2301.

Fill all TODO placeholder doc comments across zingo-cli/src/:

  • lib.rs: crate-level docs, command_loop(), ConfigTemplate
  • commands.rs: module docs, short_help(), ShortCircuitedCommand, HelpCommand, get_commands(), do_user_command()
  • version.rs: module and VERSION const docs

Note: commands.rs line 1-2 originally read "An interface that passes strings (e.g. from a cli, into zingolib) / upgrade-or-replace" — replaced with clearer module docs. The "upgrade-or-replace" note may have been intentional @zancas; happy to restore if needed.

AI disclosure: Doc comments drafted with Claude Code (Anthropic), reviewed and verified against source by human contributor.

Add doc comments for all TODO placeholders across zingo-cli/src:
- lib.rs: crate-level docs, command_loop(), ConfigTemplate
- commands.rs: module docs, short_help(), ShortCircuitedCommand,
  HelpCommand, get_commands(), do_user_command()
- version.rs: module and VERSION const docs

Note: commands.rs line 1-2 originally read "An interface that passes
strings (e.g. from a cli, into zingolib) / upgrade-or-replace" —
replaced with clearer module docs. The "upgrade-or-replace" note may
have been intentional; happy to restore if needed.

AI disclosure: doc comments drafted with Claude Code (Anthropic),
reviewed and verified against source by human contributor.

Fixes: zingolabs#2301
Copy link
Copy Markdown
Member

@dorianvp dorianvp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zingo-cli has TODO placeholder doc comments

2 participants