module HabiticaCli
A command line interface to habitica built on thor with a faraday based api layer you can use it to
-
create, complete, and list todos, habits, and dailies
Constants
- VERSION
Public Class Methods
start(*args)
click to toggle source
# File lib/habitica_cli.rb, line 25 def self.start(*args) Main.start(*args) end