Add list-projs to git-ctrl and SKILL.md

This commit is contained in:
lyn
2026-04-13 10:21:09 +00:00
parent 5a5a2498c0
commit c8642368e9
2 changed files with 11 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ case "$subcommand" in
external-login-ctrl)
"$SCRIPT_DIR/external-login-ctrl" "$@"
;;
list-projs)
"$SCRIPT_DIR/list-projs" "$@"
;;
reset-password)
"$SCRIPT_DIR/reset-password" "$@"
;;