b7c4c8f
1
2
3
4
5
6
7
8
9
/** * 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); }