From 1729434459b6ad26879c4778aa7d6fd6f38a639b Mon Sep 17 00:00:00 2001 From: Julien Vincent Date: Thu, 26 Sep 2024 23:27:58 +0100 Subject: [PATCH] Update README cli summary example --- README.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 18e88f2..a974db8 100644 --- a/README.md +++ b/README.md @@ -81,25 +81,27 @@ For each individual modules' docs: ```bash ❯ kmono -NAME: - kmono - A cli for managing clojure (mono)repos - -USAGE: - kmono [global-options] command [command options] [arguments...] - -VERSION: - 4.4.0 - -COMMANDS: - cp Produce a classpath string from a clojure project - repl Start a clojure repl - exec Run a command in each package - run Run an alias in project packages - clojure Run an augmented clojure command - -GLOBAL OPTIONS: - -d, --dir S Run commands as if in this directory - -?, --help +kmono - A cli for managing clojure (mono)repos + +Usage: + kmono [opts] + +Version: + 4.6.0 + +Commands: + cp Produce a classpath string from a clojure project + repl Start a clojure repl + exec Run a given command in workspace packages + run Run aliases in workspace packages + clojure Run an augmented clojure command + version Print the current version of kmono + +Global Options + -d, --dir Run commands as if in this directory + -p, --packages A glob string describing where to search for packages (default: 'packages/*') + -v, --verbose Enable verbose output + -h, --help ``` #### Example project