Skip to content

test: Add unit tests for CLI argument parsing #7

Description

@leovanalphen

Introduce unit tests for CLI parsing (using cobra or stdlib flag).
Cover cases like missing arguments, help flag, and version flag.

Acceptance Criteria:

  • Test mbuddy -v prints version.
  • Test invalid flags return error.
  • Coverage for default command execution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testUnit or integration test additions/changes.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions