Anderson Silva wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Allows cobbler report to show output w/o headers. > > AS >
Applied, thanks! FYI: I've renamed this argument from "--noheaders" to "--no-headers". The other thing this report feature should do is enforce a very minor bit of field ordering. For instance: cobbler report --format=csv --what=profiles --noheaders is useful for putting into a spreadsheet but the name field, which is basically our "primary key" is not the first field printed. The same goes for Wiki output. So the user has do to: cobbler report --format=csv --what=profiles --noheaders --fields=name,distro,kickstart Ideally the name should always come first. Not a major concern but a nice to have. --Michael > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkj4Di4ACgkQECmX3C4JWKgiyQCgkbSn7VGlrO2KO4pbGbUeO8Sf > 7PEAn1MnUMb/qADWohX8KQ8RB89CkCBA > =+Gjv > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
