patchbayProtocolCliCommandDescriptors top-level property

List<PatchbayCommandDescriptor> patchbayProtocolCliCommandDescriptors
final

Protocol-owned descriptors currently migrated to generated CLI syntax.

Implementation

final List<PatchbayCommandDescriptor> patchbayProtocolCliCommandDescriptors =
    <PatchbayCommandDescriptor>[
      patchbayNavigationCatalogCommandDescriptor,
      patchbayNavigationCurrentCommandDescriptor,
      patchbayNavigationGoCommandDescriptor,
      patchbayNavigationPushCommandDescriptor,
      patchbayNavigationBackCommandDescriptor,
      ...patchbayUiProtocolCliCommandDescriptors,
    ];