Show descriptions for generated commands, make them look better and sort better (#3023)
This commit is contained in:
@ -81,6 +81,7 @@ export function createMachineCommand<
|
||||
name: type,
|
||||
groupId,
|
||||
icon,
|
||||
description: commandConfig.description,
|
||||
needsReview: commandConfig.needsReview || false,
|
||||
onSubmit: (data?: S[typeof type]) => {
|
||||
if (data !== undefined && data !== null) {
|
||||
|
Reference in New Issue
Block a user