commands/FBPrintCommands.py [479:491]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def options(self):
        return [
            fb.FBCommandArgument(
                short="-o",
                long="--open",
                arg="open",
                boolean=True,
                default=False,
                help="open in Finder",
            )
        ]

    def run(self, arguments, options):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commands/FBPrintCommands.py [517:529]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def options(self):
        return [
            fb.FBCommandArgument(
                short="-o",
                long="--open",
                arg="open",
                boolean=True,
                default=False,
                help="open in Finder",
            )
        ]

    def run(self, arguments, options):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



