Skip to content

Commit 33272d5

Browse files
committed
Tweak README
1 parent 207d100 commit 33272d5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,19 @@ metadata, like this:
242242

243243
### Summary
244244

245-
- Step 1: Start with a single command using `cli/dispatch`.
246-
- Step 2: Pass arguments and flags; everything becomes a map.
247-
- Step 3: Add `:flags` for option parsing and richer help.
245+
We've shown how you can get started immediately, relying on the automatic
246+
handling of flags and positional arguments. How you can improve how flags and
247+
arguments are handled, and get better help text, by defining them explicitly,
248+
and how var references provide a concise way to define complex setups.
248249

249-
You now have a solid foundation for building more advanced multi-command tools.
250+
This just scratches the surface, we haven't shown commands with named positional
251+
arguments, middleware, flag handling functions, passing through a map of initial
252+
values, or shell tab-completion.
250253

251254
## How-to Guides
252255

253-
We can add extra things to the dispatch configuration map, notably `:flags` and `:commands`. We'll explain flags first.
256+
We can add extra things to the dispatch configuration map, notably `:flags` and
257+
`:commands`. We'll explain flags first.
254258

255259
### How to Configure Flags for Type Conversion and Defaults
256260

0 commit comments

Comments
 (0)