Skip to content

Commit

Permalink
Merge pull request #10 from WebFiori/dev
Browse files Browse the repository at this point in the history
Update Command01.php
  • Loading branch information
usernane committed Feb 1, 2023
2 parents 39d15ec + 097c68c commit 066564b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/webfiori/tests/cli/testCommands/Command01.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
namespace webfiori\tests\cli\testCommands;

use webfiori\cli\CLICommand;
use webfiori\cli\CommandArgument;

class Command01 extends CLICommand {
public function __construct() {
parent::__construct('show-v', [
'arg-1' => [

],
'arg-2' => [

],
new CommandArgument('arg-2'),
'arg-3' => [
'default' => 'Hello'
]
Expand Down

0 comments on commit 066564b

Please sign in to comment.