lib/shelly/cli/main.rb in shelly-0.4.28.pre vs lib/shelly/cli/main.rb in shelly-0.4.28.pre2
- old
+ new
@@ -10,9 +10,11 @@
require "shelly/cli/cert"
require "shelly/cli/main/add"
require "shelly/cli/main/check"
+require "io/console"
+
module Shelly
module CLI
class Main < Command
register_subcommand(User, "user", "user <command>", "Manage collaborators")
register_subcommand(Backup, "backup", "backup <command>", "Manage database backups")