Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

101 print a single normalized program when passed user defined rules #106

Conversation

deemp
Copy link
Member

@deemp deemp commented Feb 9, 2024

Closes #101


PR-Codex overview

Detailed summary

  • Added a new command-line option --single to print a single normalized program.
  • Modified the behavior of printing the rule set title to only print it when --single is not specified.
  • Updated the main function to handle the new --single option and print the single normalized program if specified.
  • Added error handling for cases where the program cannot be normalized.
  • Updated the output format to include step numbers when --chain is specified.
  • Added new user instructions to the README.md file.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@fizruk fizruk merged commit 937ca10 into master Feb 9, 2024
5 checks passed
@fizruk fizruk deleted the 101-print-a-single-normalized-program-when-passed-user-defined-rules branch February 9, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print a single normalized program when passed user-defined rules
2 participants