Registry / cli / highline

highline

JSON →
library3.1.2rbrubygemsunverified

A high-level IO library providing validation, type conversion, and menu systems for command-line interfaces.

gem install highline
INSTALL
IMPORT
SIG · HIGHLINE
H
highline
clirubyv3.1.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.

HighLine
require 'highline'

Prompt user for input with validation and defaults

require 'highline' cli = HighLine.new name = cli.ask('What is your name?') { |q| q.default = 'User' } puts "Hello, #{name}!"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
26
Resources
highline — gem install highline · libregistry