From 34a6960aad578e289bcb16a90f268f08b22680e9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 30 Mar 2021 18:12:53 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b863e72..997fb345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Babashka proper: - Main options are now supported to be called as `bb option` instead of `bb --option` - Support fully qualified symbol in `--main` option [#758](https://github.com/babashka/babashka/issues/758). See [docs](https://book.babashka.org/index.html#_invoking_a_main_function ). - Support new `doc` option to retrieve a docstring from the command line +- Rewrite CLI arg parsing to to subcommand style invocations Babashka.fs: