ditto/tribes-cli/tribe/destroy.ts
2024-09-27 21:25:01 +05:30

7 lines
172 B
TypeScript

/**
* Destroy a tribe. Non-reversible.
*/
import { Command } from '../utils/mod.ts';
export const destroy = new Command('destroy', 'Destroy a tribe. NON-REVERSIBLE!');