Registry / cli / command-builder

command-builder

JSON →
library0.3.2rbrubygemsunverified

Builds command runnable from shell by simple and elegant way, allowing both synchronous execution or asynchronous using EventMachine.

gem install command-builder
INSTALL
IMPORT
SIG · COMMAND-BUILDER
C
command-builder
clirubyv0.3.2
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.

CommandBuilder
require 'command-builder'

Build and execute a shell command synchronously.

require 'command-builder' cmd = CommandBuilder.new('ls', '-la') output = cmd.execute puts output
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
command-builder — gem install command-builder · libregistry