We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20d005 commit 96e1e9aCopy full SHA for 96e1e9a
pages/linux/pacini.md
@@ -0,0 +1,28 @@
1
+# pacini
2
+
3
+> Query pacman-style configuration files.
4
+> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacini.pod>.
5
6
+- Show the full parsed configuration file (default: `stdin`):
7
8
+`pacini {{path/to/file}}`
9
10
+- List configured sections:
11
12
+`pacini --section-list`
13
14
+- Always show directive names even if only one directive is provided:
15
16
+`pacini --verbose {{directive}}`
17
18
+- Display directives listed in a specific section:
19
20
+`pacini --section {{section_name}}`
21
22
+- Display help:
23
24
+`pacini --help`
25
26
+- Display version:
27
28
+`pacini --version`
0 commit comments