Code-Society-Lab / Code-Society-Lab/ada

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

Open
#14 0 comments 0 reactions 1 assignee Claimed by @PenguinBoi12 View on GitHub
documentation
Dominant language
Python
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The command shown in [README.md:43](https://github.com/Code-Society-Lab/ada/blob/main/README.md?plain=1#L43) 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.