/**
* This routine will generate the diagnostic report locally.
**/
private void executeCommandLocalMode() throws CommandException
{
final DiagnosticAgent agent = getFeatureFactory().getDiagnosticAgent();
final List<String> confidentialAttrs = getConfidentialAttributes(
getOption(TARGET_DIR_OPTION),
(String)operands.firstElement(), agent);
printAttributes(confidentialAttrs);