Given a data list (of Integers), an aggregation function, a
list of fun params, and width, returns a String resulting from
the application of the specified function to the list
Main command line handler
Note: To add a command, add a command name and help string
using CommandInterface.addCommand() and then
implement the handler code below.