Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 20 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/source/Eng/doc/cli/cli_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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"



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"
python je_auto_control --execute_dir "your_dir_path"
4 changes: 2 additions & 2 deletions docs/source/Zh/doc/cli/cli_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

.. 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"



以下這個範例是去執行指定路徑資料夾下所有的 keyword json 檔

.. code-block::

python je_auto_control --execute_dir "C:\Users\JeffreyChen\Desktop\Code_Space\AutoControl\test\unit_test\argparse"
python je_auto_control --execute_dir "your_dir_path"