Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

docs: explicitly avoid trailing periods for verbatim doc comments#185

Merged
quettabit merged 1 commit intomainfrom
qb/trail-dot
Jan 16, 2026
Merged

docs: explicitly avoid trailing periods for verbatim doc comments#185
quettabit merged 1 commit intomainfrom
qb/trail-dot

Conversation

@quettabit
Copy link
Member

No description provided.

@quettabit quettabit requested a review from a team as a code owner January 16, 2026 09:23
@quettabit quettabit merged commit 972163a into main Jan 16, 2026
3 checks passed
@quettabit quettabit deleted the qb/trail-dot branch January 16, 2026 09:23
@greptile-apps
Copy link

greptile-apps bot commented Jan 16, 2026

Greptile Summary

Removed trailing periods from doc comments on CLI commands that use the verbatim_doc_comment attribute, and updated logo image assets.

  • Removed trailing periods from 4 command doc comments (Config, GetAccountMetrics, GetBasinMetrics, GetStreamMetrics) that have #[command(verbatim_doc_comment)] attribute
  • Updated assets/s2-black.png and assets/s2-white.png logo files

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • The changes are purely cosmetic documentation improvements and asset updates with no functional code changes
  • No files require special attention

Important Files Changed

Filename Overview
src/cli.rs Removed trailing periods from doc comments on commands with verbatim_doc_comment attribute
assets/s2-black.png Updated logo image (file size increased from 19KB to 48KB)
assets/s2-white.png Updated logo image (file size increased from 4KB to 48KB)

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CLI as CLI Source
    participant Clap as Clap Parser
    participant User as End User
    
    Dev->>CLI: Remove trailing periods from doc comments
    Note over Dev,CLI: Update comments for Config,<br/>GetAccountMetrics,<br/>GetBasinMetrics,<br/>GetStreamMetrics
    Dev->>CLI: Update logo assets
    Note over Dev,CLI: Replace s2-black.png<br/>and s2-white.png
    CLI->>Clap: Parse with verbatim_doc_comment
    Note over Clap: Doc comments preserved<br/>exactly as written<br/>(no trailing periods)
    Clap->>User: Display help text
    Note over User: Help text shows commands<br/>without trailing periods
Loading

@greptile-apps greptile-apps bot mentioned this pull request Jan 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant