function config(yargs) {
    'use strict';

    var pdata = conf.yargs.generatePdata('action', 'The cache action to run', handlers);
    conf.yargs.config(yargs, pdata, {});