We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedea6d commit 8b3dbedCopy full SHA for 8b3dbed
codeflash/cli_cmds/cmd_init.py
@@ -105,7 +105,7 @@ def init_codeflash() -> None:
105
usage_table.add_row(
106
"codeflash --file <path-to-file> --function <function-name>", "Optimize a specific function within a file"
107
)
108
- usage_table.add_row("codeflash optimize myscript.py", "Trace and find the best optimizations for a script")
+ usage_table.add_row("codeflash optimize <myscript.py>", "Trace and find the best optimizations for a script")
109
usage_table.add_row("codeflash --all", "Optimize all functions in all files")
110
usage_table.add_row("codeflash --help", "See all available options")
111
0 commit comments