We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766f48f commit 2555164Copy full SHA for 2555164
src/components/WranglerCommand.astro
@@ -45,10 +45,14 @@ const { globalFlags } = experimental_getWranglerCommands();
45
const positionals = definition.positionalArgs
46
?.map((p) => `[${p.toUpperCase()}]`)
47
.join(" ");
48
+
49
+ console.log(definition)
50
---
51
52
<AnchorHeading depth={headingLevel} title={command} />
53
54
+<p>{definition.metadata.description}</p>
55
56
<PackageManagers
57
pkg="wrangler"
58
type="exec"
0 commit comments