class Flwrap::WrappedProc
- Flwrap::WrappedProc
- Reference
- Object
Defined in:
flwrap.crConstructors
Instance Method Summary
Constructor Detail
def self.new(cmd : String, args : Array(String) = [] of String, completions : Array(String) = [] of String, rewrite_rules : RewriteRules = RewriteRules.new, prompt : String = "> ", read_timeout : Float32 = 0.05)
#