You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noir already uses CLAP for the CLI info. It should be fairly easy to to use it for autogen docs as well, which would increase reliability and reduce time needed to manually update Nargo commands reference 🥇
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves#4136ResolvesAztecProtocol/dev-rel#128
## Summary\*
This PR codegens the reference material for the nargo CLI to avoid us
having to copy documentation from the code over to a markdown file.
The exact format of the codegenned markdown isn't final and we can
iterate on this but it guarantees completeness.
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [x] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
Noir already uses CLAP for the CLI info. It should be fairly easy to to use it for autogen docs as well, which would increase reliability and reduce time needed to manually update Nargo commands reference 🥇
The text was updated successfully, but these errors were encountered: