Skip to content

BUG: subsequent command options are ignored

For example,

foamListTimes -time :100 -time :1

The first option (100) is taken and the subsequent option is ignored. This is contrary to the normal behaviour of utilities. Eg,

ls --format=horizontal --format=single-column
ls --format=single-column --format=horizontal

@andy