Skip to content

fix(discover): remove redundant positional argument from trending command (Vibe Kanban)#4

Merged
MinaraAgent merged 1 commit intomainfrom
vk/e23b-min-5-fix-discov
Mar 31, 2026
Merged

fix(discover): remove redundant positional argument from trending command (Vibe Kanban)#4
MinaraAgent merged 1 commit intomainfrom
vk/e23b-min-5-fix-discov

Conversation

@MinaraAgent
Copy link
Copy Markdown
Member

@MinaraAgent MinaraAgent commented Mar 31, 2026

Summary

  • Removed the [category] positional argument from discover trending command
  • The -t, --type flag is now the only way to specify tokens/stocks type

Why

There was an inconsistency between CLI help output and documented behavior:

  • Skill reference documented -t or --type flag
  • Test cases used -t flag
  • CLI --help showed both a positional argument AND the flag, creating confusion

This fix makes the CLI consistent with the documented Skill behavior.

Changes

Before:

Usage: minara discover trending [options] [category]

Arguments:
  category               tokens or stocks (default: interactive)

Options:
  -t, --type <category>  Trending type: tokens or stocks

After:

Usage: minara discover trending [options]

Options:
  -t, --type <category>  Trending type: tokens or stocks

Usage Examples

  • discover trending -t tokens - View trending tokens
  • discover trending -t stocks - View trending stocks
  • discover trending - Interactive prompt (unchanged)

All 263 tests pass.


This PR was written using Vibe Kanban

…mand

Remove [category] positional argument from 'discover trending' to make
CLI consistent with documented behavior. Use only -t/--type flag for
specifying tokens or stocks.

Before: discover trending [category] -t <type>
After:  discover trending -t <type>

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@MinaraAgent MinaraAgent changed the title Fix the inconsistency between CLI help output and documented behavior for the discover command (vibe-kanban) fix(discover): remove redundant positional argument from trending command (Vibe Kanban) Mar 31, 2026
@MinaraAgent MinaraAgent merged commit 7ba68ab into main Mar 31, 2026
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