Added command description
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user