module TFA class UsageCommand def initialize(storage) end def run(arguments) <<-MESSAGE Try: - tfa add develoment - tfa show development - tfa totp development MESSAGE end end end