Doc: Expose issues with fancy extension

This commit is contained in:
Tapasweni Pathak
2019-09-07 17:59:45 +05:30
committed by Frost Ming
parent bfbe1304f6
commit 02d33f2da3
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Added a line describing potential issues in fancy extension.
+2 -1
View File
@@ -342,7 +342,8 @@ def lock(
"--fancy",
is_flag=True,
default=False,
help="Run in shell in fancy mode (for elegantly configured shells).",
help="Run in shell in fancy mode. Make sure the shell have no path manipulating"
" scripts. Run $pipenv shell for issues with compatibility mode.",
)
@option(
"--anyway",