Console $name vs $signature #1291
Unanswered
paulhennell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just been having issues with a old command where a (rarely used*) option wasn't working and found that I needed
$name
to be$signature
for it to be picked up.I see in 8.1 the new command template now uses $signature not $name; just wondering if it would make sense to update all $name properties to $signature, and if this should be recomended somewhere?
(*It's very possible it never worked. No previous test actually checked the option was passed through, so it might be if it had worked before it would continue working. Still the $name to $signature change was confusing to spot!)
Beta Was this translation helpful? Give feedback.
All reactions