Skip to content

Commit 6d6bfaa

Browse files
koaningpre-commit-ci[bot]dmadisettiakshayka
authored
Update convert docsting to mention -y and -g global flags. (#7210)
Replaces #7199. No need to add a `--force` flag, but would be nice to make the user more aware. This is a natural place to mention it. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dylan Madisetti <[email protected]> Co-authored-by: Akshay Agrawal <[email protected]>
1 parent da684ec commit 6d6bfaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

marimo/_cli/convert/commands.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ def convert(
6262
6363
marimo convert script.py -o your_nb.py
6464
65+
You can also pass global flags to the main marimo command.
66+
For example, use `-q` to suppress output or `-y`
67+
to automatically accept all prompts of the command.
68+
69+
marimo -q -y convert script.py -o your_nb.py
70+
6571
After conversion:
6672
6773
marimo edit your_nb.py

0 commit comments

Comments
 (0)