{{#view Scripted.RunnerView}}{{message}}{{/view}}
{{#if Scripted.CommandsController.hasCommands}}
Command |
Runtime (s) |
Status |
{{#each Scripted.CommandsController}}
{{#view Scripted.CommandView contentBinding="this"}}
{{content.name}} |
{{content.roundedRuntime}} |
{{#view Scripted.CommandStatusView contentBinding="content"}}{{text}}{{/view}} |
{{/view}}
{{/each}}
{{#each Scripted.CommandsController}}
{{#view Scripted.CommandView contentBinding="this"}}
{{content.name}} {{#view Scripted.CommandStatusView contentBinding="content"}}{{text}}{{/view}}
{{#if hasOutput}}
{{/if}}
{{/view}}
{{/each}}
{{else}}
Run bundle exec scripted --format websocket --out http://localhost:9292/faye to start.
{{/if}}