commands/FBPrintCommands.py [691:706]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def options(self):
        return [
            fb.FBCommandArgument(
                arg="plain",
                short="-p",
                long="--plain",
                boolean=True,
                default=False,
                help="Plain JSON",
            )
        ]

    def args(self):
        return [
            fb.FBCommandArgument(
                arg="object",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commands/FBPrintCommands.py [736:751]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def options(self):
        return [
            fb.FBCommandArgument(
                arg="plain",
                short="-p",
                long="--plain",
                boolean=True,
                default=False,
                help="Plain JSON",
            )
        ]

    def args(self):
        return [
            fb.FBCommandArgument(
                arg="object",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



