lib/flow/cli/commands/remote.rb in flow-cli-0.0.6 vs lib/flow/cli/commands/remote.rb in flow-cli-0.0.7
- old
+ new
@@ -1,7 +1,10 @@
require 'yaml'
require 'byebug'
-require 'tty'
+require "pastel"
+require "tty-table"
+require "tty-prompt"
+require "tty-command"
require 'thor'
module Flow::Cli
module Commands
class Remote < Thor