contributte / console

:boom: Best minimal console (symfony/console) to Nette Framework (@nette)
https://contributte.org/packages/contributte/console.html
MIT License
92 stars 32 forks source link

Allow nullable url #34

Closed mrceperka closed 5 years ago

mrceperka commented 5 years ago

Allow url to be null.

'url' => Expect::anyOf(Expect::string(), Expect::null())