File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments