class Shell::Seq
- Shell::Seq
- Reference
- Object
Included Modules
- Indexable(Shell)
Defined in:
shell/seq.cr:1shell/seq.cr:76
Constructors
Class Method Summary
Instance Method Summary
- #abort_on_error=(abort_on_error : Bool)
- #abort_on_error? : Bool
- #dryrun=(dryrun : Bool)
- #dryrun? : Bool
- #exit_code(*args, **options)
- #exit_code(*args, **options, &)
- #failure? : Bool
- #log : String
- #manifest
- #match!(r : Regex)
- #run(*args, **options)
- #run!(*args, **options)
-
#size(*args, **options)
0.27.x or higher
-
#size(*args, **options, &)
0.27.x or higher
- #status : Process::Status
- #stderr : String
- #stdout : String
- #success?(*args, **options)
- #success?(*args, **options, &)
-
#unsafe_fetch(*args, **options)
0.27.x or higher
-
#unsafe_fetch(*args, **options, &)
0.27.x or higher
Constructor Detail
def self.new(stdout : IO = IO::Memory.new, stderr : IO = IO::Memory.new, abort_on_error : Bool = false)
#