Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 296 Bytes

function-hello-world.md

File metadata and controls

22 lines (15 loc) · 296 Bytes

Example: function

commands:
  - name: function-hello
    description: prints hello world
    command: console.log('hello world');
    commandType: Function

Usage

nca function-hello

Prints hello world.

Notes

The command is evaluated as javascript function.