Skip to content

Commit

Permalink
refactor(query-wiki): simplify code print
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Oct 12, 2024
1 parent 5e7b93a commit 9fbf563
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 680 deletions.
2 changes: 1 addition & 1 deletion src/documentation/print-query-wiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Using the example code from above, the following query returns all clusters:
${
await showQuery(shell, exampleQueryCode, [{
type: 'dataflow-cluster'
}], { showCode: true })
}], { showCode: false })
}
`;
}
Expand Down
Loading

0 comments on commit 9fbf563

Please sign in to comment.