Class AutoCompDumper Auto complete dumper for zsh/sh shell
<?php declare(strict_types=1); namespace Inhere\Console\Component; /** * Class AutoCompDumper Auto complete dumper for zsh/sh shell * * @package Inhere\Console\Component */ class AutoCompDumper { }