class Solargraph::Shell
def list
-
(void)
-
def list workspace = Solargraph::Workspace.new(options[:directory]) puts workspace.filenames unless options[:count] puts "#{workspace.filenames.length} files total." end
(void)
-
def list workspace = Solargraph::Workspace.new(options[:directory]) puts workspace.filenames unless options[:count] puts "#{workspace.filenames.length} files total." end