``` @argument("--bootloader", action="store_true", help="make the device enter its bootloader") .... elif args.bootloader: self.MCU.run_cmd("bootloader") ```