From 3e91021b4a4f5a793d607baca95c8f39b150d939 Mon Sep 17 00:00:00 2001 From: pylover Date: Sat, 25 Sep 2021 12:40:17 +0330 Subject: [PATCH] Fix: Missing documentation about the custom command line interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a20f61e..e13a198 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ myapp db drop ``` -#### Custom sub command +#### Extending db sub-command ```python import easycli