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

Commit

Permalink
fix: added examples to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent f4ce63b commit f6d9be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export namespace Command {
pluginName: c.plugin && c.plugin.name,
hidden: c.hidden,
aliases: c.aliases || [],
examples: c.examples,
flags: mapValues(c.flags || {}, (flag, name) => {
if (flag.type === 'boolean') {
return {
Expand Down

0 comments on commit f6d9be9

Please sign in to comment.