aloof-angle-91616
03/12/2020, 11:02 AM@property@option('--some-flag', ...)
    def _some_logic(self, arg: int) -> bool:
        ... # do something with the `arg` and `self.get_options().some_flag`self._some_logic(3)