File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
pipenv install --dev
8
8
docs :
9
9
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
Original file line number Diff line number Diff line change @@ -1206,15 +1206,13 @@ your development environment and deploy the compiled \fBPipfile.lock\fP to all o
1206
1206
production environments for reproducible builds.
1207
1207
.SS ☤ Shell Completion
1208
1208
.sp
1209
- Set \fB _PIPENV_COMPLETE \fP and then source the output of the program.
1210
- For example, with \fB fish \fP , put this in your
1211
- \fB ~/.config/fish/completions/pipenv.fish \fP :
1209
+ To enable completion in fish, add this to your config:
1212
1210
.INDENT 0.0
1213
1211
.INDENT 3.5
1214
1212
.sp
1215
1213
.nf
1216
1214
.ft C
1217
- eval (env _PIPENV_COMPLETE=source \- fish pipenv )
1215
+ eval (pipenv \-\- completion )
1218
1216
.ft P
1219
1217
.fi
1220
1218
.UNINDENT
You can’t perform that action at this time.
0 commit comments