blob: 546b5599b9bc67f5b1817416ba65dbdbe072f589 (
plain) (
blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<!--
Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
SPDX-License-Identifier: AGPL-3.0-or-later
This file is part of Quotify - A simple CLI utility to shell quote the text
inputted into it.
You should have received a copy of the License along with this program.
If not, see <https://www.gnu.org/licenses/agpl.txt>.
-->
% QUOTIFY(1) quotify 0.1.0
% Benedikt Peetz
% Oct 2024
# NAME
quotify - A simple cli utility to shell quote the text inputed into it
# SYNOPSIS
**quotify** \[*--help*|*--version*\]
# DESCRIPTION
TODO
# OPTIONS
**--help**, **-h**
: Displays a help message and exit.
**--version**, **-v**
: Displays the software version and exit.
# EXAMPLES
**quotify**
: TODO. See the Description section for further details.
# FILES
*name.file*
: This file is important because it does x.
# BUGS
Report bugs to <mailto://soispha@vhack.eu>.
# COPYRIGHT
Copyright (C) 2024 Benedikt Peetz
This program is free software.
You should have received a copy of the License
along with this program. If not, see <https://www.gnu.org/licenses/agpl.txt>.
|