style(cli): update list command description

The format of the list command description has been updated for consistency. A period has been added at the end of the description.
This commit is contained in:
p-sw 2024-06-06 23:17:22 +09:00
parent 4afa28d07b
commit d2ed474c9d

View File

@ -7,7 +7,7 @@ import {loadConfig, validateConfig} from '../helpers/config.js'
import {getComponentsInstalled} from '../helpers/path.js' import {getComponentsInstalled} from '../helpers/path.js'
export default class List extends Command { export default class List extends Command {
static override description = 'Prints all available components in registry and components installed in this project' static override description = 'Prints all available components in registry and components installed in this project.'
static override examples = ['<%= config.bin %> <%= command.id %>'] static override examples = ['<%= config.bin %> <%= command.id %>']