stdlib/fedora: Use grep -F when matching %fedora-rebuild-name
[goals.git] / src / cmdline.mli
index 3372684..5080993 100644 (file)
@@ -51,5 +51,11 @@ val includes : unit -> string list
 val nr_jobs : unit -> int
 (** Number of jobs (-j option). *)
 
+val keep_going : unit -> bool
+(** Keep-going mode (-k option). *)
+
+val silent : unit -> bool
+(** Silent operation (-s option). *)
+
 val use_prelude : unit -> bool
 (** True if we should load the prelude, or false if --no-prelude. *)