Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 402 Bytes

19_running_modules_in_cli.md

File metadata and controls

22 lines (15 loc) · 402 Bytes

Running modules in command line

Some of modules maybe have a behavior like a application. You can run them directly from command line.

for example:

$ pashmak @helloworld

The @helloworld is a test module for this action.

output:

Hello world!

Actually, running above command is like that to import helloworld with import_run command:

import_run @helloworld