test(cli): batch 66 (5 files)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const STAR_REPOSITORIES = [
|
||||
"code-yeongyu/oh-my-openagent",
|
||||
"code-yeongyu/lazycodex",
|
||||
] as const
|
||||
|
||||
export function formatGitHubStarCommand(repository: string): string {
|
||||
return `gh api --silent --method PUT /user/starred/${repository} >/dev/null 2>&1 || true`
|
||||
}
|
||||
Reference in New Issue
Block a user