The -o option is used to specify columns to display in output, for
instance if you want to show only the date and command rather than all
columns in the commands table.
It seem intuitive to pass an argument of the format -[NUM] (where [NUM]
is a number) to any command where you tail logs.
This commit adds the -[NUM] functionality to commandlog-log function as
well as handles help output.
Fixes#2