Method: Stax::Cli#ls

Defined in:
lib/stax/cli/ls.rb

#ls(prefix = nil) ⇒ Object



42
43
44
45
46
47
48
49
50
# File 'lib/stax/cli/ls.rb', line 42

def ls(prefix = nil)
  if options[:account]
    
  elsif options[:all]
    ls_stacks_with_prefix(prefix)
  else
    ls_staxfile_stacks
  end
end