You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Documentation for mynamespace:my-command * * @param array $arguments * Variable amount of arguments. Last 2 arguments are SSH username and password. * All remaining (first x) arguments are servers to execute a command on. */publicfunctionmynamespaceMyCommand(array$arguments) {
}
How would we document individual arguments for this command?
Might be related to #69.
The text was updated successfully, but these errors were encountered:
This was briefly discussed on Twitter:
https://twitter.com/sebreghtsjelle/status/835124401616076801
How would we document individual arguments for this command?
Might be related to #69.
The text was updated successfully, but these errors were encountered: