Skip to content

Commit 5d1a174

Browse files
authored
Merge pull request #156 from caffbit/fix/missing-gemini-command
Complete Gemini CLI command instructions
2 parents fc8eb04 + f13eb86 commit 5d1a174

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/specify_cli/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ def init(
820820
steps_lines.append(f"{step_num}. Use / commands with Gemini CLI")
821821
steps_lines.append(" - Run gemini /specify to create specifications")
822822
steps_lines.append(" - Run gemini /plan to create implementation plans")
823+
steps_lines.append(" - Run gemini /tasks to generate tasks")
823824
steps_lines.append(" - See GEMINI.md for all available commands")
824825
elif selected_ai == "copilot":
825826
steps_lines.append(f"{step_num}. Open in Visual Studio Code and use [bold cyan]/specify[/], [bold cyan]/plan[/], [bold cyan]/tasks[/] commands with GitHub Copilot")

0 commit comments

Comments
 (0)