starpacker52's picture
Add files using upload-large-folder tool
3f837af verified
Raw
History Blame Contribute Delete
244 Bytes
import type { CommandSpec } from '../registry.js'
const time: CommandSpec = {
name: 'time',
description: 'Time a command',
args: {
name: 'command',
description: 'Command to time',
isCommand: true,
},
}
export default time