From c8cf2f652fea4a13b3709cc4ff8607efe39d5585 Mon Sep 17 00:00:00 2001
From: ldericher <40151420+ldericher@users.noreply.github.com>
Date: Fri, 22 Oct 2021 17:52:13 +0200
Subject: [PATCH] "kiwi show" -> "kiwi list"
---
.idea/runConfigurations/kiwi_next.xml | 2 +-
kiwi_scp/commands/{cmd_show.py => cmd_list.py} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename kiwi_scp/commands/{cmd_show.py => cmd_list.py} (100%)
diff --git a/.idea/runConfigurations/kiwi_next.xml b/.idea/runConfigurations/kiwi_next.xml
index dbd0110..fe75345 100644
--- a/.idea/runConfigurations/kiwi_next.xml
+++ b/.idea/runConfigurations/kiwi_next.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/kiwi_scp/commands/cmd_show.py b/kiwi_scp/commands/cmd_list.py
similarity index 100%
rename from kiwi_scp/commands/cmd_show.py
rename to kiwi_scp/commands/cmd_list.py