scriptster
scriptster copied to clipboard
Lazy scripting in Ruby.
Hey @pazdera :) Any chance we could have an option to the `Scripster::cmd` function to avoid stripping output lines of trailing and leading spaces similar to the [show_out](https://github.com/pazdera/scriptster/blob/master/lib/scriptster/shellcmd.rb#L60)? I'm referring...
Hello, nice gem you guys created. I'm trying to access rails console and run some commands but I don't have success. `````` console = Scriptster::cmd("rails console") Scriptster::cmd("Apartment::Tenant.create('local')") Scriptster::cmd("quit")``` Could guys...