Currently if you try and run bun create blade -T advanced to create a new advanced blade project it will fail with the following error:
error: Invalid Argument '-T'
Even though outlined in both the help message and inside of parseArgs as the short code as T it does not seem to be working.