Skip to content

Commit

Permalink
Update README cli summary example
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Sep 26, 2024
1 parent 7648988 commit 1729434
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] <args>

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
Expand Down

0 comments on commit 1729434

Please sign in to comment.