From 82691a35fcf3b8945539084a029722b3458d72c8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 1 Feb 2021 00:57:02 -0500 Subject: doc: start manpages for lei commands Add manpages for lei and the currently implemented subcommands. The included options and their descriptions follow to a large degree the --help output, dropping some options that are not currently wired up. --- Documentation/lei-init.pod | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Documentation/lei-init.pod (limited to 'Documentation/lei-init.pod') diff --git a/Documentation/lei-init.pod b/Documentation/lei-init.pod new file mode 100644 index 00000000..8a8022fb --- /dev/null +++ b/Documentation/lei-init.pod @@ -0,0 +1,42 @@ +=head1 NAME + +lei-init - initialize storage + +=head1 SYNOPSIS + +lei init [OPTIONS] [PATHNAME] + +=head1 DESCRIPTION + +Initialize local writable storage for L. If C is +unspecified, the storage is created at C<$XDG_DATA_HOME/lei/store>. +C in C<$XDG_CONFIG_HOME/lei/config> records this +location. + +=head1 OPTIONS + +=over + +=item -q, --quiet + +Suppress feedback messages. + +=back + +=head1 CONTACT + +Feedback welcome via plain-text mail to L + +The mail archives are hosted at L +and L + +=head1 COPYRIGHT + +Copyright 2021 all contributors L + +License: AGPL-3.0+ L + + +=head1 SEE ALSO + +L -- cgit v1.2.3-24-ge0c7