The Wayback Machine - https://web.archive.org/web/20220429035229/https://github.com/topics/symfony-console
Skip to content
#

symfony-console

Here are 148 public repositories matching this topic...

jigarius
jigarius commented Oct 9, 2021

Requirements

Allow Phpake callbacks to declare command aliases using a @alias annotation. For example,

# Phpakefile

namespace Input_Output;

/**
 * Say hello world.
 *
 * @alias hhum
 * @alias helo
 */
function hello_human() {
  echo 'Hello human' . PHP_EOL;
}

At the end of all the changes, running phpake input-output:hello-human --help should show the com

enhancement good first issue

Improve this page

Add a description, image, and links to the symfony-console topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the symfony-console topic, visit your repo's landing page and select "manage topics."

Learn more