From cd0a0f4e2a05144f355954df446781a0539a0d38 Mon Sep 17 00:00:00 2001
From: JeffreyChen <33644111+JE-Chen@users.noreply.github.com>
Date: Thu, 13 Apr 2023 14:27:15 +0800
Subject: [PATCH] Change the cli doc's execute path
Change the cli doc's execute path
---
.idea/misc.xml | 2 +-
.idea/workspace.xml | 37 ++++++++++++++++-------------
docs/source/Eng/doc/cli/cli_doc.rst | 4 ++--
docs/source/Zh/doc/cli/cli_doc.rst | 4 ++--
4 files changed, 25 insertions(+), 22 deletions(-)
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 99ea0a4..8f15788 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index dd588ab..c4138e1 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,7 +5,10 @@
-
+
+
+
+
@@ -52,23 +55,23 @@
- {
+ "keyToString": {
+ "DefaultHtmlFileTemplate": "HTML File",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "git-widget-placeholder": "dev",
+ "last_opened_file_path": "C:/Users/JeffreyChen/Desktop/Code_Space/AutoControl/docs/source/Zh/doc/create_project",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
diff --git a/docs/source/Eng/doc/cli/cli_doc.rst b/docs/source/Eng/doc/cli/cli_doc.rst
index a9d845f..8c2dbc9 100644
--- a/docs/source/Eng/doc/cli/cli_doc.rst
+++ b/docs/source/Eng/doc/cli/cli_doc.rst
@@ -8,7 +8,7 @@ The following example is to execute the specified path of the keyword JSON file.
.. code-block::
- python je_auto_control --execute_file "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse\test1.json"
+ python je_auto_control --execute_file "your_file_path"
@@ -16,4 +16,4 @@ The following example is to run all keyword JSON files in a specified folder:
.. code-block::
- python je_auto_control --execute_dir "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse"
\ No newline at end of file
+ python je_auto_control --execute_dir "your_dir_path"
\ No newline at end of file
diff --git a/docs/source/Zh/doc/cli/cli_doc.rst b/docs/source/Zh/doc/cli/cli_doc.rst
index 84740c1..10503aa 100644
--- a/docs/source/Zh/doc/cli/cli_doc.rst
+++ b/docs/source/Zh/doc/cli/cli_doc.rst
@@ -6,7 +6,7 @@
.. code-block::
- python je_auto_control --execute_file "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse\test1.json"
+ python je_auto_control --execute_file "your_file_path"
@@ -14,4 +14,4 @@
.. code-block::
- python je_auto_control --execute_dir "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse"
\ No newline at end of file
+ python je_auto_control --execute_dir "your_dir_path"
\ No newline at end of file