Skip to content

A utility for reading values from libconfig-style configuration files

License

Notifications You must be signed in to change notification settings

scowcron/config-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-get

A utility for reading values from a libconfig-style configuration file.

Usage

config-get [opts] key

options:

-h, --help show this help text and exit
-f, --file path to the configuration file to manipulate if this is not specified, use standard input and output to read/write data, respectively.
-t, --type the type of expected data for read or manipulated data. if reading, a warning will be displayed if the data type does not match. if writing, the system will error. possible types are: number, boolean, string.

About

A utility for reading values from libconfig-style configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published