static void logFoundArgument(final bool verbose, final String argument) { if (verbose) { print('Found argument: ' + argument); } }