Sha256: 1a561cf4ddcfc9b4ed3a2774fad3fe375f9fcce86d7a756bbc9c09a1264523cb

Contents?: true

Size: 716 Bytes

Versions: 8

Compression:

Stored size: 716 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

8 entries across 8 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 manual/docs/docs/machinery-remove.1.md
machinery-tool-1.24.0 manual/docs/machinery-remove.1.md
machinery-tool-1.23.1 manual/docs/machinery-remove.1.md
machinery-tool-1.23.0 manual/docs/machinery-remove.1.md
machinery-tool-1.22.3 manual/docs/machinery-remove.1.md
machinery-tool-1.22.2 manual/docs/machinery-remove.1.md
machinery-tool-1.22.1 manual/docs/machinery-remove.1.md
machinery-tool-1.22.0 manual/docs/machinery-remove.1.md