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
Short: "Configure the Claude Code server. You will need to run this command for each project you want to use. Specify the project directory as the first argument.",
122
120
Handler: func(inv*serpent.Invocation) error {
121
+
iflen(inv.Args) ==0 {
122
+
returnxerrors.Errorf("project directory is required")
0 commit comments