mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-01 03:51:08 +02:00
* fix console formatting for help output * fix again * fix again * fix, add to ignore * fix, add to ignore * add to ignore file * fix formatting, no verify * remove lib/story.md * add changelog * hold off updating ignore list for separate ticket * fix test
10 lines
207 B
Handlebars
10 lines
207 B
Handlebars
<div class="console-ui-output has-copy-button">
|
|
<pre>
|
|
Keys
|
|
{{#each this.list as |item|}}
|
|
{{item}}
|
|
|
|
{{/each}}
|
|
</pre>
|
|
<HoverCopyButton @copyValue={{multi-line-join this.list}} />
|
|
</div> |