[PATCH] fixup! cli: add standard option processing to config, help and setup
David Bremner
david at tethera.net
Wed Apr 8 07:14:00 PDT 2015
---
test/random-corpus.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test/random-corpus.c b/test/random-corpus.c
index 6c467bb..b377eb4 100644
--- a/test/random-corpus.c
+++ b/test/random-corpus.c
@@ -125,6 +125,14 @@ notmuch_process_shared_options (unused (const char *dummy))
}
int
+notmuch_minimal_options (unused (const char *subcommand),
+ unused (int argc),
+ unused (char **argv))
+{
+ return 0;
+}
+
+int
main (int argc, char **argv)
{
--
2.1.4
More information about the notmuch
mailing list