Skip to content

Commit cd0a0f4

Browse files
committed
Change the cli doc's execute path
Change the cli doc's execute path
1 parent 6cd4d18 commit cd0a0f4

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+20-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/Eng/doc/cli/cli_doc.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ The following example is to execute the specified path of the keyword JSON file.
88

99
.. code-block::
1010
11-
python je_auto_control --execute_file "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse\test1.json"
11+
python je_auto_control --execute_file "your_file_path"
1212
1313
1414
1515
The following example is to run all keyword JSON files in a specified folder:
1616

1717
.. code-block::
1818
19-
python je_auto_control --execute_dir "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse"
19+
python je_auto_control --execute_dir "your_dir_path"

docs/source/Zh/doc/cli/cli_doc.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
.. code-block::
88
9-
python je_auto_control --execute_file "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse\test1.json"
9+
python je_auto_control --execute_file "your_file_path"
1010
1111
1212
1313
以下這個範例是去執行指定路徑資料夾下所有的 keyword json 檔
1414

1515
.. code-block::
1616
17-
python je_auto_control --execute_dir "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse"
17+
python je_auto_control --execute_dir "your_dir_path"

0 commit comments

Comments
 (0)