summaryrefslogtreecommitdiff
path: root/dryrun.go
diff options
context:
space:
mode:
Diffstat (limited to 'dryrun.go')
-rw-r--r--dryrun.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/dryrun.go b/dryrun.go
new file mode 100644
index 0000000..e8e36bd
--- /dev/null
+++ b/dryrun.go
@@ -0,0 +1,7 @@
+package prep
+
+// initializes logging and command line options
+
+func DryRun() bool {
+ return false
+}