Open Issues Need Help
View All on GitHub Update README `list-makes` example about 2 months ago
AI Summary: This issue addresses an inconsistency in README examples across several Crickets and Comb repositories. The command `make list-targets` needs to be updated to `make list-makes` to correctly demonstrate how to list available make targets.
Complexity:
2/5
documentation good first issue help wanted
Update README example CLI calls (here and elsewhere) 4 months ago
AI Summary: Update the project's README file to correct the examples for using the CLI. The current examples use `python -m example`, but the correct usage is simply `example`. This involves changing the README and potentially other related repositories if necessary.
Complexity:
2/5
documentation good first issue help wanted