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
Copy file name to clipboardExpand all lines: osa_tool/scheduler/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ to the repository.
140
140
| readme |`--readme`| flag | Generate a `README.md` file based on repository content |`false`| — |
141
141
| refine_readme |`--refine-readme`| flag | Enable advanced README refinement. This process requires a powerful LLM model (such as GPT-4 or equivalent) for optimal results |`false`| — |
142
142
| requirements |`--requirements`| flag | Generate or refine a requirements.txt file based on repository content. |`false`| — |
143
-
| organize |`--organize`| flag | Organize the repository by adding standard `tests` and `examples` directories if missing|`false`| — |
143
+
| organize |`--organize`| flag | Organize the repository with LLM's decision |`false`| — |
144
144
| about |`--about`| flag | Generate About section with tags |`false`| — |
145
145
| generate_workflows |`--generate-workflows`| flag | Generate GitHub Action workflows for the repository |`false`| — |
146
146
| workflows_output_dir |`--workflows-output-dir`| str | Directory where workflow files will be saved |`.github/workflows`| — |
0 commit comments