Skip to content

Conversation

depot-code-access[bot]
Copy link

Summary

  • Add new depot blog all subcommand to display multiple blog posts
  • Support --count/-c flag to specify number of posts (default: 5)
  • Reuse existing RSS parsing and formatting logic from latest command

Test plan

  • Verify depot blog all shows 5 posts by default
  • Test depot blog all --count 3 shows exactly 3 posts
  • Test depot blog all -c 10 with short flag syntax
  • Ensure proper formatting and separation between posts

🤖 Generated with Claude Code

Add a new 'all' subcommand to the depot blog command that allows users to view multiple blog posts at once. The command supports a --count/-c flag to specify how many posts to display (defaults to 5).

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
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.

1 participant