Skip to content

Incorrect command argument order in README.md (line 43) #14

Description

@Shadwz17

The command shown in README.md:43 has its argument in the wrong order:
ada start --config /path/to/config.yaml

The --config flag must come before the start subcommand. Should be:
ada --config /path/to/config.yaml start

The example fails because start does not support or accept a --config argument.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions