From 8f0b2cda6182fb1fa0bbd186df693b516d220d2c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 10 Mar 2019 10:00:31 -0400 Subject: [PATCH 1/2] Create PEEP --- peeps/PEEP | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 peeps/PEEP diff --git a/peeps/PEEP b/peeps/PEEP new file mode 100644 index 00000000..aea8d00a --- /dev/null +++ b/peeps/PEEP @@ -0,0 +1,9 @@ +## PEEP-003: Subcommands + +NOT YET ACCEPTED + +Pipenv will automatically run commands like "pipenv deploy" if the "pipenv-deploy" binary is available on the path. + +These subcommands cannot overwrite built-in commands. + +These subcommands will receive environment variables with contextual information. From 11a555b0932f07f8b68c6e4eab4e61a7325a1094 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 10 Mar 2019 10:01:14 -0400 Subject: [PATCH 2/2] Rename PEEP to PEEP-0004.md --- peeps/{PEEP => PEEP-0004.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename peeps/{PEEP => PEEP-0004.md} (100%) diff --git a/peeps/PEEP b/peeps/PEEP-0004.md similarity index 100% rename from peeps/PEEP rename to peeps/PEEP-0004.md