lib/tapioca/cli.rb in tapioca-0.3.1 vs lib/tapioca/cli.rb in tapioca-0.4.0

- old
+ new

@@ -50,9 +50,16 @@ # Add your extra requires here CONTENT end end + desc "todo", "generate the list of unresolved constants" + def todo + Tapioca.silence_warnings do + generator.build_todos + end + end + desc "generate [gem...]", "generate RBIs from gems" def generate(*gems) Tapioca.silence_warnings do generator.build_gem_rbis(gems) end