X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap_cmdline.mli;h=107e70a5bbbb00b02977009b266dabbe72bed179;hb=829022742304841be78d022bc965a02f48eba2eb;hp=cbb6b872ecbed0edb77f8a8f1dd770f846d2b1db;hpb=66a9d53e48f14d7fe1d9f4b801a1c5582d83efa6;p=febootstrap.git diff --git a/febootstrap_cmdline.mli b/febootstrap_cmdline.mli index cbb6b87..107e70a 100644 --- a/febootstrap_cmdline.mli +++ b/febootstrap_cmdline.mli @@ -35,5 +35,12 @@ val outputdir : string val packages : string list (** List of packages or package names as supplied on the command line. *) +val verbose : bool + (** True if [--verbose] was given on the command line. + See also {!debug}. *) + val warnings : bool (** If true, print warnings. [--no-warnings] sets this to false. *) + +val yum_config : string option + (** Yum configuration file. *)