File: tomll.1

package info (click to toggle)
golang-github-pelletier-go-toml 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 692 kB
  • sloc: sh: 46; makefile: 26
file content (35 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH TOMLL 1 "31 May 2017" "1.0.0"
.SH NAME
tomll \- reads TOML files and lint them
.SH SYNOPSIS
.B tomll
.SH DESCRIPTION
This manual page documents briefly the
.B tomll
command.
.PP
.B tomll
is a program that reads TOML files and lint them.
.B tomll
can be used in two ways.
.IP
Writing to STDOUT and reading from STDIN:
  cat file.toml | tomll > file.toml
.IP
Reading and updating a list of files:
  tomll a.toml b.toml c.toml
.PP
When given a list of files,
.B tomll
will modify all files in place without asking.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-h, \-\-help
Show summary of options.
.SH SEE ALSO
.BR tomljson (1).
.SH AUTHOR
This manpage was written by Dr. Tobias Quathamer <toddy@debian.org>.