.description('enable / disable interactive mode by default')
.addOption(newOption('-i, --interactive','ENABLE interactive mode by default'))
.addOption(newOption('-n, --no_interactive','DISABLE interactive mode by default').conflicts('interactive'))// WARNING: Due to a bug in commander.js, the conflicts method doesn't work as expected if the command is named no-interactive