Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PyRmin
pyrmin
Commits
43eb49e3
Commit
43eb49e3
authored
Sep 15, 2020
by
Recteur LP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
3ad5caeb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
7 deletions
+18
-7
Makefile
Makefile
+0
-2
docs/cli.rst
docs/cli.rst
+17
-4
docs/requirements.txt
docs/requirements.txt
+1
-1
No files found.
Makefile
View file @
43eb49e3
export
https_proxy
:=
$(HTTP_PROXY)
export
http_proxy
:=
$(HTTP_PROXY)
export
CI_COMMIT_TAG
:=
latest
ifdef
SYSTEMROOT
...
...
docs/cli.rst
View file @
43eb49e3
CLI Usage
=========
.. argparse::
:module: pyrmin.__init__
:func: returnparser
:prog: pyrmin
.. code::
usage: pyrmin [-h] [-c CONFIG] [--debug] [-v] [--upgrade] [--version] {run} ...
positional arguments:
{run} Commands
run Run PyRmin
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
Configuration Directory Path (Default: /etc/pyrmin/)
--debug Show debug trace
-v, --verbose
--upgrade Auto Install Plugin Requirements
--version show program's version number and exit
Plugins
...
...
docs/requirements.txt
View file @
43eb49e3
sphinx-argparse
sphinx
<2.0.0
sphinx
autodoc
git+https://pyrmin.io/gitlab/PyRmin/sphinx-jsapidoc.git
git+https://pyrmin.io/gitlab/PyRmin/sphinx_pyrmin_theme.git
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment