Registry / cli / command-mapper

command-mapper

JSON →
library0.3.2rbrubygemsunverified

Maps external command arguments to class attributes for safe and secure command execution.

gem install command_mapper
INSTALL
IMPORT
SIG · COMMAND-MAPPER
C
command-mapper
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.

CommandMapper
require 'command_mapper'

Define and execute a Git command with options.

require 'command_mapper' class Git < CommandMapper::Command command 'git' option :verbose, type: :flag end git = Git.new(verbose: true) git.run('status')
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-mapper — gem install command-mapper · libregistry