Skip to content

Variable: CommandNotFoundErrorKeys

Command not found error resource keys.

Signature

ts
export const CommandNotFoundErrorKeys = {
  notFound: 'err:cmd:not-found'
} as const

Released under the MIT License.