Sha256: e7ad574ae5b73623b13be5f5cf45adc2439abfd3ff657618f73f85f13786906f

Contents?: true

Size: 831 Bytes

Versions: 7

Compression:

Stored size: 831 Bytes

Contents

% pione-action(1) PIONE User Manual
% Keita Yamaguchi

# NAME

pione-action - execute an action in literate action document.

# SYNOPSIS

**pione action** [options] location action_name

# DESCRIPTION

**action** command execute or show an action in literate action document.

# OPTIONS

--show
:   Show an action instead of execution.

-d, --directory PATH
:   Execute an action in the directory.

# EXAMPLES

pione action HelloWorld.md SayHello
:    Execute `SayHello` action of `HelloWorld.md` in current directory.

pione action -d /tmp HelloWorld.md SayHello
:    Execute `SayHello` action of `HelloWorld.md` in /tmp.

pione action HelloWorld.md SayHello --show
:    Show `SayHello` action of `HelloWorld.md`.

# REPORTING BUGS

Report bugs or feature requests to PIONE's issue tracker(https://github.com/pione/pione/issues).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pione-0.5.0 doc/man/pione-action.md
pione-0.5.0.alpha.2 doc/man/pione-action.md
pione-0.5.0.alpha.1 doc/man/pione-action.md
pione-0.4.2 doc/man/pione-action.md
pione-0.4.1 doc/man/pione-action.md
pione-0.4.0 doc/man/pione-action.md
pione-0.3.2 doc/man/pione-action.md