export const describe = 'Default command';

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