-
Notifications
You must be signed in to change notification settings - Fork 132
test #1266
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
test #1266
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -51,7 +51,7 @@ source ./mfc.sh load -c p -m c # Load Phoenix CPU modules | |||||
|
|
||||||
| # Other | ||||||
| ./mfc.sh validate case.py # Validate case file without running | ||||||
| ./mfc.sh params <query> # Search ~3,400 case parameters | ||||||
| ./mfc.sh params <query> # Search 3,400 case parameters | ||||||
|
||||||
| ./mfc.sh params <query> # Search 3,400 case parameters | |
| ./mfc.sh params <query> # Search ~3,400 case parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment above
claude_argssays "This flag is for non-interactive CI runs (bypasses approval prompts)", but the flag being warned about there is--dangerouslyDisableSandbox(which is not being used). The approval-prompt bypass behavior belongs to--dangerously-skip-permissions; please reword/move the comment so it's unambiguous which flag it refers to.