src/pathpicker/screen_flags.py [77:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            default=False,
            action="store_true",
            help="""keep PathPicker open once
a file selection or command is performed. This will loop the program
until Ctrl-C is used to terminate the process.""",
        )
        parser.add_argument(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pathpicker/screen_flags.py [123:132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            default=False,
            action="store_true",
            help="""You may force PathPicker to recognize all
lines as acceptable input. Typically, PathPicker will scan the input for references
to file paths. Passing this option will disable those scans and the program will
assume that every input line is a match. In practice, this option allows for input
selection for a variety of sources that would otherwise be unsupported -- git branches,
mercurial bookmarks, etc.""",
        )
        parser.add_argument(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



