command
module
Version:
v0.0.0-...-aa59cbd
Opens a new window with list of versions in this module.
Published: Dec 23, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
iniq
Command-line tool to print a single value from an INI file
Getting started
Install iniq:
$ go get gitlab.com/wraugh/iniq
Read some values from a file:
$ cat example.ini
[beatrix]
codename = "Black Mamba"
location = unknown
[elle]
codename = "California Mountain Snake"
location = "El Paso, TX"
$ iniq beatrix.codename < example.ini
Black Mamba
$ iniq beatrix.location < example.ini
unknown
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.