shell allows handlers with an arbitray number of required arguments.
This change handles the case where such an argument is missing.
|  Differential  D1496  
Check shell command receives enough arguments Authored by dereckson on Mar 25 2018, 14:03. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details 
 shell allows handlers with an arbitray number of required arguments. This change handles the case where such an argument is missing. ~/.shell.yml handlers:
  tools:
    server: "dev.tools.wmflabs.org"
    command: ['become', '{{%s}}']
    interactive: True$ shell tools shell: Required argument is missing. $ shell tools translate tools.translate@tools-bastion-02:~$ 
Diff Detail 
 |