diff options
Diffstat (limited to 'lib/tfa/console.rb')
| -rw-r--r-- | lib/tfa/console.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tfa/console.rb b/lib/tfa/console.rb index 3d42985..f0bf3eb 100644 --- a/lib/tfa/console.rb +++ b/lib/tfa/console.rb @@ -19,6 +19,8 @@ module TFA ShowCommand.new(@storage) when "totp" TotpCommand.new(@storage) + else + UsageCommand.new(@storage) end end end |
