I’m trying to use help: in a blueprint but it seems it can’t handle the text. Is there a way for doing this?
help: $ → System update | * → Security Fix | # → Bug Fix | + → Addition | ^ → Change | - → Removed | ! → Note
I’m trying to use help: in a blueprint but it seems it can’t handle the text. Is there a way for doing this?
help: $ → System update | * → Security Fix | # → Bug Fix | + → Addition | ^ → Change | - → Removed | ! → Note
Try adding quotation marks around your text:
help: "$ -> System update | * -> Security Fix | # -> Bug Fix | + -> Addition | ^ -> Change | - -> Removed | ! -> Note"
Thanks, that worked