class Object
Constants
- WEBSITE_COMMANDS
Commands that need to have a website and a designer object
Public Instance Methods
print_links(links, columns)
click to toggle source
# File bin/syclink, line 284 def print_links(links, columns) allowed_cols = %w{ url name description tag } cols = columns.delete(' ').downcase.split(',') & allowed_cols SycLink::Formatter.table(links, cols) end