From 2be6781ef58deadf149b21cfb18938770e89fc7f Mon Sep 17 00:00:00 2001 From: "finswimmer77@gmail.com" Date: Thu, 7 Nov 2019 05:53:43 +0100 Subject: [PATCH] Try to restart tests --- docs/docs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/cli.md b/docs/docs/cli.md index 3f60e585e05..716fd7a05e2 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -66,6 +66,7 @@ my-package ``` If you want to use `rst` instead of `md` as the `README` format, you can use the `--readme` option: + ```bash poetry new my-package --readme rst ```