diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f2269..e69eaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unrelased + +- Add `-t` as a shortcut for `--type`. + ## 0.1.0 - Add `install` for all projects based on the assumption it's a PHP project. diff --git a/versa b/versa index 740fb72..9adb748 100755 --- a/versa +++ b/versa @@ -18,6 +18,7 @@ $application->addArgument( $application->addOption( name: 'type', + shortcut: 't', mode: InputArgument::OPTIONAL, description: 'The project type', suggestedValues: ['drupal', 'sculpin'],