{"id":87375,"library":"commandable","title":"Commandable","description":"Easily add command line control to Ruby apps by annotating methods.","status":"active","version":"0.3.2","language":"ruby","source_language":null,"source_url":"https://github.com/mikbe/commandable","tags":["cli","command-line","utility"],"install":[{"cmd":"gem install commandable","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'commandable', '~> 0.3.2'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Commandable","correct":"require 'commandable'"}],"quickstart":{"code":"require 'commandable'\nclass MyApp\n  extend Commandable\n  commandable :greet\n  def greet(name)\n    puts \"Hello, #{name}!\"\n  end\nend\nMyApp.run","lang":"ruby","description":"Define a command-line method using Commandable."},"warnings":[],"env_vars":null,"search_vec":"'add':3 'annot':11 'app':9 'cli':13 'command':1,4,15 'command-lin':14 'control':6 'easili':2 'line':5,16 'method':12 'rubi':8 'util':17","created_at":"2026-06-19T08:17:20.839420+00:00","updated_at":"2026-06-19T08:17:20.839420+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://mikbe.tk","github":"https://github.com/mikbe/commandable","docs":"http://www.rubydoc.info/gems/commandable/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}