basho / clique

CLI Framework for Erlang
Apache License 2.0
147 stars 49 forks source link

Change 'column' status type to 'list' #23

Closed andrewjstone closed 9 years ago

andrewjstone commented 9 years ago

Also create 2 list constructor functions. list/2 does the same thing as column/2. list/1 creates a list without a title.

In addition, fix the is_status/1 function so that a list of elements is also status.

jadeallenx commented 9 years ago

LTGM