Skip to contents

Creates a command line interface (CLI) for the nemo package using the argparse package.

Usage

nemo_cli(pkg = NULL, descr = NULL, wf = NULL)

Arguments

pkg

(character(1))
Package name.

descr

(character(1))
Description of the CLI program.

wf

(character(1))
Workflow name.