Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 58bb7ab

Browse files
committed
fix: add title to cache
1 parent b668f1f commit 58bb7ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export interface ConvertToCachedOptions {
99
export function convertToCached(c: Config.ICommand, opts: ConvertToCachedOptions = {}): Config.ICachedCommand {
1010
return {
1111
_base: c._base,
12+
title: c.title,
1213
id: c.id || opts.id!,
1314
description: c.description,
1415
usage: c.usage,

0 commit comments

Comments
 (0)