Skip to content

Commit

Permalink
better labels for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanosPSteer committed Sep 19, 2022
1 parent 4e2540d commit 0e46cf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions AUBRUSHLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,33 @@ def main():
#parser = GooeyParser()
parser.add_argument(
"-i",
"--inputfile",
"--inputfile",
metavar='Fountain Screenplay',
required=True,
help="Fountain File",
widget='FileChooser'
widget='FileChooser'
)
parser.add_argument(
"-castlist",
# "--cast",
metavar='Cast List',
#"--Cast List",
action='store_true',
# required=False,
help="create a cast list"
)
parser.add_argument(
"-breakdownsummary",
metavar='Breakdown Summary',
action='store_true',
# "--breakdown_summary",
#"--Breakdown Summary",
# required=False,
help="create a breakdown summary"
)
parser.add_argument(
"-shotlist",
metavar='Shot List',
action='store_true',
# "--shotlist",
# "--Shot List",
# required=False,
help="create a shotlist"
)
Expand Down
Binary file modified AUBRUSHLI_windows.zip
Binary file not shown.

0 comments on commit 0e46cf6

Please sign in to comment.