Skip to content

CLI settings updates - #2212

Merged
IAlibay merged 3 commits into
mainfrom
cil_settings
Sep 25, 2026
Merged

IAlibay merged 3 commits into
mainfrom
cil_settings

Conversation

@jthorton

Copy link
Copy Markdown
Collaborator

Description

Fixes #1591

LLM / AI generated code disclosure

LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: yes / no
If yes, please provide details here:

Checklist

  • All new code is appropriately documented (user-facing code must have complete docstrings).
  • Added a news entry, or the changes are not user-facing.
  • Ran pre-commit: you can run pre-commit locally or comment on this PR with pre-commit.ci autofix.
  • Adhered to the contribution guidelines
  • Filled in the AI generated code disclosure.

Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).

Developers certificate of origin

exit 1
fi
for repeat in {0..2}; do
cmd="openfe quickrun ${file} -o results_${repeat}/${relpath} -d results_${repeat}/${dirpath} --n-protocol-repeats 1"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a valid flag for quickrun and needs to be removed.

@jthorton
jthorton enabled auto-merge (squash) September 25, 2026 10:20
@IAlibay IAlibay changed the title Cil settings updates CLI settings updates Sep 25, 2026
@IAlibay
IAlibay disabled auto-merge September 25, 2026 10:43
@IAlibay
IAlibay merged commit 1820817 into main Sep 25, 2026
3 checks passed
@IAlibay
IAlibay deleted the cil_settings branch September 25, 2026 10:44
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.

check that all changes to defaults are reflected in the CLI documentation

2 participants