Sha256: eefb841ce4f01b71ce1e29682073d49b0584f4198e8b54ab54690c85a1d45a06

Contents?: true

Size: 721 Bytes

Versions: 4

Compression:

Stored size: 721 Bytes

Contents

# remove — Remove System Descriptions

## SYNOPSIS

`machinery remove` [--all]
    [NAME[,NAME2[,NAME3]]]

`machinery` help remove


## DESCRIPTION

The `remove` command removes all specified system descriptions.


## OPTIONS

  * `--all` (optional):
    Remove all stored system descriptions.

  * `--verbose` (optional):
    Explain what is being done.


## ARGUMENTS

  * `NAME...` (required):
    Remove specified system descriptions.


## EXAMPLES

  * Remove the system description stored as `earth`:

    $ `machinery` remove earth

  * Remove the system descriptions stored as `earth` and `moon`:

    $ `machinery` remove earth moon

  * Remove all stored system descriptions:

    $ `machinery` remove --all

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
machinery-tool-1.21.0 manual/docs/machinery-remove.1.md
machinery-tool-1.20.0 manual/docs/machinery-remove.1.md
machinery-tool-1.19.0 manual/docs/machinery-remove.1.md
machinery-tool-1.18.0 manual/docs/machinery-remove.1.md