Skip to content

Commit 96e1e9a

Browse files
NamanSoni18Managorsebastiaanspeckacuteenvy
authored
pacini: add page (#18449)
Co-authored-by: Managor <[email protected]> Co-authored-by: Sebastiaan Speck <[email protected]> Co-authored-by: Lena Pastwa <[email protected]>
1 parent d20d005 commit 96e1e9a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/pacini.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)