export const command = 'create [name]';
export const describe = 'Create something with a name';

export const handler = async () => {
  // Create command implementation
};
