From 4250d8fe940f013e77b08f7683d91e641fbc5dc1 Mon Sep 17 00:00:00 2001 From: chl178 Date: Wed, 15 Mar 2023 14:28:56 -0700 Subject: [PATCH] Add propagating verbose to external subcommands(#61) --- .DS_Store | Bin 0 -> 6148 bytes .idea/.gitignore | 8 -------- .idea/Canasta-CLI.iml | 9 --------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 7 ------- 5 files changed, 32 deletions(-) create mode 100644 .DS_Store delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Canasta-CLI.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4b7c270e918951aef32593b872437b1e7ca3834c GIT binary patch literal 6148 zcmeHK!A`(MXPdnvIe)OL#2_)l>mh z;J6i#cQ-%_Q_Qh0zrW^-b06QIK@+4vKR@dpnR*>ITHp?Xz76(}oEcb84s|9gke|7DV1sRF9Nzf!;i z-C?)GlKkGfQ=IIz5!(x!n8f7{Errf+$F?I|@fDjj&PCE8#vXHr9HHrtfR#a=D)6TY F`~b#;wrBtV literal 0 HcmV?d00001 diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/Canasta-CLI.iml b/.idea/Canasta-CLI.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/Canasta-CLI.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index db233ae..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index e4ee489..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file