Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in thor

Using Thor for generators in a Ruby gem

ruby rubygems thor

How do I use Thor actions without requiring a Thor CLI app?

ruby thor

How to test stdin for a CLI using rspec

Using Thor, can I pass the CLI an argument only (not a task) and send it to a default method/task?

What is python alternative to thor (ruby) for command line applications? [closed]

Have Thor complain about misspelled options in a Ruby command line app?

How to make Thor find templates for system installed .thor files?

ruby thor

How do I get Thor to display options?

ruby gem thor

Thor Reading config yaml file to override options

ruby command-line thor

Ruby-like Syntax Highlighting in VIM for Thor

Is it possible to call Git or other command line tools from inside a Thor script?

ruby-on-rails ruby git rake thor

Bundle install runs from incorrect directory

ruby gem rvm bundler thor

'rails new' creates a `validate_default_type!': An option's default must match its type. (ArgumentError) error

ruby-on-rails thor

Why does Thor feature the no_tasks method?

ruby thor

How to compose Thor tasks in separate classes/modules/files?

ruby module thor