CMD files for --include-drafts
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --exclude-drafts --add-suffix nodrafts%*
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --exclude-drafts --add-suffix nodrafts%*
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --exclude-drafts --excel-only --add-suffix nodrafts %*
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --exclude-drafts --excel-only --add-suffix nodrafts %*
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodrafts_debug %*
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodrafts_debug %*
|
||||
|
||||
3
eb_dashboard_with_drafts-exe.bat
Normal file
3
eb_dashboard_with_drafts-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --include-drafts --add-suffix with_drafts %*
|
||||
|
||||
4
eb_dashboard_with_drafts.bat
Normal file
4
eb_dashboard_with_drafts.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --include-drafts --add-suffix with_drafts %*
|
||||
|
||||
3
eb_dashboard_with_drafts_excel_only-exe.bat
Normal file
3
eb_dashboard_with_drafts_excel_only-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --include-drafts --excel-only --add-suffix with_drafts %*
|
||||
|
||||
4
eb_dashboard_with_drafts_excel_only.bat
Normal file
4
eb_dashboard_with_drafts_excel_only.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --include-drafts --excel-only --add-suffix with_drafts %*
|
||||
|
||||
3
eb_dashboard_with_drafts_excel_only_debug_data-exe.bat
Normal file
3
eb_dashboard_with_drafts_excel_only_debug_data-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --include-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix with_drafts_debug %*
|
||||
|
||||
4
eb_dashboard_with_drafts_excel_only_debug_data.bat
Normal file
4
eb_dashboard_with_drafts_excel_only_debug_data.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --include-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix with_drafts_debug %*
|
||||
|
||||
Reference in New Issue
Block a user