Skip to content

chore: remove decorative glyphs from docs output#176

Merged
kioku merged 6 commits intomainfrom
174/remove-repository-glyphs
Apr 17, 2026
Merged

chore: remove decorative glyphs from docs output#176
kioku merged 6 commits intomainfrom
174/remove-repository-glyphs

Conversation

@kioku
Copy link
Copy Markdown
Owner

@kioku kioku commented Apr 17, 2026

Refs #174.

Summary:

  • Replaced icon-based markers in CLI docs/help output with plain ASCII labels.
  • Updated tests to assert against the new plain-text formatting.
  • Removed decorative glyphs from active docs guidance and changelog grouping labels.

@kioku
Copy link
Copy Markdown
Owner Author

kioku commented Apr 17, 2026

Summary

Remove decorative emoji/emoticon glyphs from Aperture's user-facing CLI documentation output and active repo docs, replacing them with plain ASCII labels while keeping the same information.

Branch

174/remove-repository-glyphs

Implementation Steps

  1. Update src/docs.rs so command help, API overviews, and command lists use ASCII labels and plain method names instead of icon-based markers.
  2. Adjust tests/docs_tests.rs to assert against the new plain-text output and preserve coverage of the same behavior.
  3. Update active documentation examples and changelog grouping labels (docs/guide.md, cliff.toml) so repository-facing guidance no longer shows decorative glyphs.

Testing Approach

  • Run the docs-focused test module first to validate the formatting changes quickly.
  • Run cargo test after all edits to confirm the full suite still passes.
  • If formatting or linting issues appear, run cargo fmt and re-run the affected tests.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 17, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kioku kioku merged commit 29b93c6 into main Apr 17, 2026
9 checks passed
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.

2 participants