Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | protected function configure() |
||
20 | { |
||
21 | $this->addArgument('peer', InputArgument::REQUIRED, 'Chat or user name from your dialog list.'); |
||
22 | $this->addArgument('message', InputArgument::REQUIRED, 'Message to send in Markdown format.'); |
||
23 | $this->setDescription('Send message to user or chat.'); |
||
24 | } |
||
42 |