Skip to content

feat: Add --help and -h flags to CLI#1

Open
wissamharoun wants to merge 3 commits intomainfrom
pr-5
Open

feat: Add --help and -h flags to CLI#1
wissamharoun wants to merge 3 commits intomainfrom
pr-5

Conversation

@wissamharoun
Copy link
Owner

Summary

Adds --help and -h flags to the antfarm CLI that display available commands.

Changes

  • Added --help and -h flag handling in src/cli/cli.ts
  • Created test file src/cli/tests/cli-help.test.ts

Testing

  • Typecheck passes
  • All CLI help tests pass

Story

Story 1: Test basic CLI help command - Verify the CLI help command works and displays available commands

Acceptance Criteria met:

  1. Running 'antfarm --help' outputs help text ✓
  2. Help text includes list of available commands ✓
  3. Typecheck passes ✓
  4. Tests for CLI help command pass ✓

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