-
Added new CLI launcher. It is now possible to enter recipes as an argument when launching the cookbook, like so:
uvx textual-cookbook spinner_widget
The above line will immediately select the spinner_widget recipe and display it in the code viewer. Furthermore you can also provide the -r or --run flag to immediately run the recipe:
uvx textual-cookbook spinner_widget -rThe just cook command in the justfile was also modified to reflect this change, so you can now do:
just cook spinner_widget -r