addOption('sample', [ 'short' => 's', 'help' => 'This is a sample option for the sample task.', ]); return $parser; } }