public static void main(String[] args) throws Exception {
new FatFormatCommand().execute(args);
}
protected FatFileSystemFormatter getFormatter() {
ClusterSize clusterSize = ARG_CLUSTER_SIZE.isSet() ?
ARG_CLUSTER_SIZE.getValue() : ClusterSize._4Kb;
return new FatFileSystemFormatter(clusterSize);
}