File size: 284 Bytes
bdbd3b2 | 1 2 3 4 5 6 7 8 9 10 11 | import Names from '../names'
/**
* What `session.start` hands `$.command.register`: the one place the
* `/diff` spec is built, where a later CommandSpec field joins.
*/
export const COMMAND_SPEC = {
name: Names.COMMAND_NAME,
description: Names.COMMAND_DESCRIPTION,
} as const
|