Added command description

This commit is contained in:
2024-08-22 19:53:29 -04:00
parent d251d8bd7d
commit 3384f2d02a

View File

@ -4,7 +4,8 @@ namespace ProVM\ComposeManager\Command;
use Symfony\Component\Console;
#[Console\Attribute\AsCommand(
name: 'create'
name: 'create',
description: 'Create a systemd service file for a docker-compose project',
)]
class Create extends Console\Command\Command
{