mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e46135be0a
- Turn sake into a symfony/console app - Avoid using HTTPRequest for CLI interaction - Implement abstract hybrid execution path
9 lines
272 B
Scheme
9 lines
272 B
Scheme
<dl class="params">
|
|
<% loop $Parameters %>
|
|
<div class="param">
|
|
<dt class="param__name">$Name</dt>
|
|
<dd class="param__description">$Description<% if $Default %> [default: $Default]<% end_if %></dd>
|
|
</div>
|
|
<% end_loop %>
|
|
</dl>
|