From 9de3f218014a26e36622b61d1a53e328d1d73dff Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 16 Sep 2018 14:22:10 -0700 Subject: [PATCH] Add shell info to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f2ce4..02e52a6 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,8 @@ Just about everything in Gooey's overall look and feel can be customized by pass | return_to_config | When True, Gooey will return to the configuration settings window upon successful run | | progress_regex | A text regex used to pattern match runtime progress information. See: [Showing Progress](#showing-progress) for a detailed how-to | | progress_expr | A python expression applied to any matches found via the `progress_regex`. See: [Showing Progress](#showing-progress) for a detailed how-to | -| disable_progress_bar_animation | Disable the progress bar | +| disable_progress_bar_animation | Disable the progress bar | +| requires_shell | Controls whether or not the `shell` argument is used when invoking your program. [More info here](https://stackoverflow.com/questions/3172470/actual-meaning-of-shell-true-in-subprocess#3172488) | | navigation | Sets the "navigation" style of Gooey's top level window.
Options:
TABBEDSIDEBAR
| | sidebar_title | Controls the heading title above the SideBar's navigation pane. Defaults to: "Actions" | | show_sidebar | Show/Hide the sidebar in when navigation mode == `SIDEBAR` |