UNPKG

linear-cmd

Version:

A GitHub CLI-like tool for Linear - manage issues, accounts, and more

8 lines (7 loc) 266 B
import { CLI_NAME } from '../constants.js'; import { CommandNames } from '../definitions.js'; export const updateCommandDefinition = { name: CommandNames.UPDATE, description: 'Update linear-cmd to the latest version', examples: [`${CLI_NAME} update`] };