diff options
author | Teddy Wing | 2022-03-23 00:40:17 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-23 00:40:17 +0100 |
commit | d81ed362f2c3dde4727872407f5a1b229073277b (patch) | |
tree | 728d3bf445fca2590c6157b5be9947778553c9fa /share/man/man1/yaqlite.1 | |
parent | 2313a1bd0910e7b42cc23f83d6722272b87e0baf (diff) | |
download | yaqlite-d81ed362f2c3dde4727872407f5a1b229073277b.tar.bz2 |
Start writing man page
Diffstat (limited to 'share/man/man1/yaqlite.1')
-rw-r--r-- | share/man/man1/yaqlite.1 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/share/man/man1/yaqlite.1 b/share/man/man1/yaqlite.1 new file mode 100644 index 0000000..2d9dffe --- /dev/null +++ b/share/man/man1/yaqlite.1 @@ -0,0 +1,49 @@ +'\" t +.\" Title: yaqlite +.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\" Date: 03/23/2022 +.\" Manual: \ \& +.\" Source: \ \& +.\" Language: English +.\" +.TH "YAQLITE" "1" "03/23/2022" "\ \&" "\ \&" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +yaqlite \- YAML interface for SQLite +.SH "SYNOPSIS" +.sp +\fIyaqlite\fR [\-\-help] [\-\-version] <command> [<args>] +.SH "DESCRIPTION" +.sp +TODO +.SH "OPTIONS" +.sp +TODO +.SH "COMMANDS" +.sp +TODO +.SH "INSERT COMMAND" +.sp +TODO +.SH "SELECT COMMAND" +.sp +TODO |