| /** | |
| * Update command handler | |
| * This handler is used by the CLI update command | |
| */ | |
| export async function update(): Promise<void> { | |
| console.error('Update handler not implemented'); | |
| process.exit(1); | |
| } |
| /** | |
| * Update command handler | |
| * This handler is used by the CLI update command | |
| */ | |
| export async function update(): Promise<void> { | |
| console.error('Update handler not implemented'); | |
| process.exit(1); | |
| } |