File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -621,6 +621,9 @@ def edit(
621621 )
622622
623623
624+ # To make this more readable at 80 character terminal width, the bullet
625+ # that overflows is moved to the end, and _key_value_bullets is called
626+ # twice.
624627new_help_msg = "\n " .join (
625628 [
626629 "\b " ,
@@ -633,12 +636,16 @@ def edit(
633636 "Create an empty notebook" ,
634637 ),
635638 (
636- ' marimo new "Plot an interactive 3D surface with matplotlib."' ,
637- "Generate a notebook from a prompt." ,
639+ " marimo new prompt.txt" ,
640+ "Generate a notebook from a prompt in a file ." ,
638641 ),
642+ ]
643+ ),
644+ _key_value_bullets (
645+ [
639646 (
640- " marimo new prompt.txt" ,
641- "Generate a notebook from a file containing a prompt." ,
647+ ' marimo new "Plot an interactive 3D surface with matplotlib."' ,
648+ "Generate a notebook from a prompt." ,
642649 ),
643650 ]
644651 ),
You can’t perform that action at this time.
0 commit comments