From 20953bffc25de7a2e52b408ef3871ead134c444a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 4 Jan 2024 20:43:17 +0100 Subject: [PATCH] yeah --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 769c752..07470e6 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,8 @@ Additional `parse-arg` options may be passed in each table entry: {:cmds [] :fn help}]) ``` +Since cli 0.8.54 the order of `:cmds` in the table doesn't matter. + ### Shared options Since cli 0.8.54, babashka.cli supports parsing shared options in between and before the subcommands.