Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.24 KB

File metadata and controls

39 lines (26 loc) · 1.24 KB

Shell

Back to index

Summary

I. Preview

preview

Summary

II. Command Prompt

Usage in shell: $ python main.py -t shell <argument>

Usage in script: shell <argument>

Arguments Values ​ ​ Descriptions
-c, --command <cmd>, Run a bash command
-d, --delete-schedule <sch>, * Delete a schedule of commands
-l, --list-schedule List all schedules save in workspace
-n, --new-schedule <sch>, Create a schedule of commands
-r, --run-schedule <sch>, * Run a schedule of commands
-h, --help Show the helper commands menu
-v, --version Show version of tool

Tip

You can run a shell command without the -c argument like this: shell ls -la

Summary

Back to index