Registry / cli / command-mapper

command-mapper

JSON →
library0.3.2rbrubygemsunverified

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

cliutility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
claudebot
3
amazonbot
2
bingbot
1
ahrefsbot
1
Resources