module Velvet::Runner

Defined in:

velvet/runner.cr

Class Method Summary

Class Method Detail

def self.completed_statusbar_text(step : Int32, total : Int32, ctx : Hash(String, JSON::Any)) : String #

[View source]
def self.progress_label(step : Int32, total : Int32, label : String) : String #

[View source]
def self.run(wizard : Wizard) : Hash(String, JSON::Any) #

[View source]
def self.statusbar_text(step : Int32, total : Int32, field_id : String, value : String | Array(String) | Bool | Nil) : String #

[View source]