Code-Society-Lab / Code-Society-Lab/ada
Incorrect command argument order in README.md (line 43)
Open
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.