File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1259,15 +1259,15 @@ def init(
12591259 # Detect when option values are likely misinterpreted flags (parameter ordering issue)
12601260 if ai_assistant and ai_assistant .startswith ("--" ):
12611261 console .print (f"[red]Error:[/red] Invalid value for --ai: '{ ai_assistant } '" )
1262- console .print (f "[yellow]Hint:[/yellow] Did you forget to provide a value for --ai?" )
1263- console .print (f "[yellow]Example:[/yellow] specify init --ai claude --here" )
1262+ console .print ("[yellow]Hint:[/yellow] Did you forget to provide a value for --ai?" )
1263+ console .print ("[yellow]Example:[/yellow] specify init --ai claude --here" )
12641264 console .print (f"[yellow]Available agents:[/yellow] { ', ' .join (AGENT_CONFIG .keys ())} " )
12651265 raise typer .Exit (1 )
12661266
12671267 if ai_commands_dir and ai_commands_dir .startswith ("--" ):
12681268 console .print (f"[red]Error:[/red] Invalid value for --ai-commands-dir: '{ ai_commands_dir } '" )
1269- console .print (f "[yellow]Hint:[/yellow] Did you forget to provide a value for --ai-commands-dir?" )
1270- console .print (f "[yellow]Example:[/yellow] specify init --ai generic --ai-commands-dir .myagent/commands/" )
1269+ console .print ("[yellow]Hint:[/yellow] Did you forget to provide a value for --ai-commands-dir?" )
1270+ console .print ("[yellow]Example:[/yellow] specify init --ai generic --ai-commands-dir .myagent/commands/" )
12711271 raise typer .Exit (1 )
12721272
12731273 if project_name == "." :
You can’t perform that action at this time.
0 commit comments