Skip to content

Commit 281386b

Browse files
committed
make man
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent 22e0cbf commit 281386b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ init:
77
pipenv install --dev
88
docs:
99
cd docs && make html
10-
kenneth:
11-
pipenv run pytest -n 8 tests/test_pipenv.py
10+
man:
11+
cd docs && make man
12+
mv docs/_build/man/pipenv.1 pipenv/pipenv.1

pipenv/pipenv.1

+2-4
Original file line numberDiff line numberDiff line change
@@ -1206,15 +1206,13 @@ your development environment and deploy the compiled \fBPipfile.lock\fP to all o
12061206
production environments for reproducible builds.
12071207
.SS ☤ Shell Completion
12081208
.sp
1209-
Set \fB_PIPENV_COMPLETE\fP and then source the output of the program.
1210-
For example, with \fBfish\fP, put this in your
1211-
\fB~/.config/fish/completions/pipenv.fish\fP:
1209+
To enable completion in fish, add this to your config:
12121210
.INDENT 0.0
12131211
.INDENT 3.5
12141212
.sp
12151213
.nf
12161214
.ft C
1217-
eval (env _PIPENV_COMPLETE=source\-fish pipenv)
1215+
eval (pipenv \-\-completion)
12181216
.ft P
12191217
.fi
12201218
.UNINDENT

0 commit comments

Comments
 (0)