Descriptions

This commit is contained in:
Juan Pablo Vial
2024-08-27 14:51:06 -04:00
parent 095c33e8aa
commit ccd5b296f3
10 changed files with 28 additions and 22 deletions

View File

@ -5,7 +5,8 @@ use Symfony\Component\Console;
use Incoviba\Common\Alias\Command;
#[Console\Attribute\AsCommand(
name: 'ventas:cierres:vigentes'
name: 'ventas:cierres:vigentes',
description: 'Obtiene los cierres de ventas vigentes'
)]
class Vigentes extends Command
{