Files
cleveragents-core/features/cli.feature
T

10 lines
286 B
Gherkin

Feature: CleverAgents CLI metadata
Scenario: Display help
When I run the CleverAgents CLI with "--help"
Then the output should contain "CleverAgents"
Scenario: Display version
When I run the CleverAgents CLI with "--version"
Then the output should contain "1.0.0"