CapnSammeh
Results
2
comments of
CapnSammeh
When using Powershell, by wrapping the @[BOARDNAME] in Quotes like below, the expected functionality occurs: ``` > tb -t "@New Board" This is a task in a new board1 √...
Further testing of this issue in PS has shown that simply escaping the @ Character with ` will yield the expected results; and is much quicker for PowerShell users than...