/sp

Interactive input assist tool for Symfony console commands.

Primary LanguageGoApache License 2.0Apache-2.0

sp - Symfony console commands Prompt

Description

Input assist tool for Symfony console commands.

Installation

$ go get github.com/kei711/sp

Usage

Execute command

$ sp

NOTICE: If you have not registered command, you need to register first.

Register command

$ sp add

Remove registered command

$ sp remove

Change cache directory

default: ~/.sp

$ sp setCacheDir -c ~/.symfony-command-cache

Show version

$ sp version