Registry / cli / innmind-cli

innmind-cli

JSON →
library5.0.0phppackagistunverified

Library to build CLI tools

composer require innmind/cli
INSTALL
IMPORT
SIG · INNMIND-CLI
I
innmind-cli
cliphpv5.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Commands
use Innmind\CLI\Commands;

Create a simple CLI command.

use Innmind\CLI\Commands; use Innmind\CLI\Command; $commands = new Commands(); $commands->add(new Command('hello', function() { echo 'Hello!'; })); $commands->run($argv);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
innmind-cli — pip install innmind-cli · libregistry