v0.2.1
Fixed
{{ args.* }}placeholders now resolved in commandrunstrings — previously, arg placeholders were only resolved in the prompt body. Commands likerun: gh issue view {{ args.issue }}would fail becauseshlex.splittokenized the raw placeholder into multiple arguments. Args are now resolved before command execution. (#20)