diff --git a/README.md b/README.md index 91cf9000..57199ad0 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,6 @@ In- and output flags: -I Bind *input* to a lazy seq of EDN values from stdin. -o Write lines to stdout. -O Write EDN values to stdout. - --verbose Print entire stacktrace in case of exception. --stream Stream over lines or EDN values from stdin. Combined with -i or -I *input* becomes a single value per iteration. Uberscript: @@ -196,6 +195,7 @@ Evaluation: -f, --file Evaluate a file. -cp, --classpath Classpath to use. -m, --main Call the -main function from namespace with args. + --verbose Print entire stacktrace in case of exception. REPL: diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 2571752f..8e4f8ad1 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -223,7 +223,6 @@ In- and output flags: -I Bind *input* to a lazy seq of EDN values from stdin. -o Write lines to stdout. -O Write EDN values to stdout. - --verbose Print entire stacktrace in case of exception. --stream Stream over lines or EDN values from stdin. Combined with -i or -I *input* becomes a single value per iteration. Uberscript: @@ -236,6 +235,7 @@ Evaluation: -f, --file Evaluate a file. -cp, --classpath Classpath to use. -m, --main Call the -main function from namespace with args. + --verbose Print entire stacktrace in case of exception. REPL: