Skip to content

Add support for default option values

Latest

Choose a tag to compare

@phpdevcommunity phpdevcommunity released this 26 Nov 10:51
  • Add the ability to set a default value for command options.
  • The CommandRunner is updated to use the default value if an option is not provided and to display it in the command help.
  • Update tests to cover this new functionality.