lib/habitica_cli/main.rb in habitica_cli-0.0.1 vs lib/habitica_cli/main.rb in habitica_cli-0.1.0

- old
+ new

@@ -1,4 +1,6 @@ +require 'ostruct' + module HabiticaCli # At the moment this holds _all_ tasks # until we can figure out a better way to split # out top level tasks into individual files # (thor's DSL makes that a little bit of a chore at the moment)