lib/faastruby/cli/commands/workspace/deploy.rb in faastruby-0.4.4 vs lib/faastruby/cli/commands/workspace/deploy.rb in faastruby-0.4.5

- old
+ new

@@ -35,10 +35,10 @@ puts result exit 0 end def self.help - "deploy".blue + " [WORKSPACE_FOLDER1] [WORKSPACE_FOLDER2]... # Deploy all workspaces in the current directory and their functions" + "deploy".light_cyan + " [WORKSPACE_FOLDER1] [WORKSPACE_FOLDER2]... # Deploy all workspaces in the current directory and their functions" end def usage "Usage: faastruby #{self.class.help}" end