Browse Source

Update README to use auto_start

1.0.5-release-candidate
Collin Campbell 4 years ago
committed by Chris
parent
commit
c45aebb69f
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -88,7 +88,7 @@ Different styling and functionality can be configured by passing arguments into
# options
@Gooey(advanced=Boolean, # toggle whether to show advanced config or not
language=language_string, # Translations configurable via json
show_config=True, # skip config screens all together
auto_start=True, # skip config screens all together
target=executable_cmd, # Explicitly set the subprocess executable arguments
program_name='name', # Defaults to script name
program_description, # Defaults to ArgParse Description

Loading…
Cancel
Save