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

- old
+ new

@@ -24,10 +24,10 @@ table = TTY::Table.new(['FUNCTION','ENDPOINT'], rows) puts table.render(:basic) end def self.help - "list-workspace".blue + " WORKSPACE_NAME" + "list-workspace".light_cyan + " WORKSPACE_NAME" end def usage "Usage: faastruby #{self.class.help}" end