Skip to content

Commit

Permalink
Revert "feat: clear command (#179)"
Browse files Browse the repository at this point in the history
This reverts commit be689e4.
  • Loading branch information
ipapandinas authored Mar 25, 2024
1 parent cd15ad2 commit dba61ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 91 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ USAGE
* [`swanky node install`](#swanky-node-install)
* [`swanky node purge`](#swanky-node-purge)
* [`swanky node start`](#swanky-node-start)
* [`swanky clear CONTRACTNAME`](#)
* [`swanky plugins`](#swanky-plugins)
* [`swanky plugins:install PLUGIN...`](#swanky-pluginsinstall-plugin)
* [`swanky plugins:inspect PLUGIN...`](#swanky-pluginsinspect-plugin)
Expand Down Expand Up @@ -577,25 +576,6 @@ DESCRIPTION
Start a local node
```

## `swanky clear`

Clear the artifacts

```
USAGE
$ swanky clear [CONTRACTNAME] [-v] [-a]
ARGUMENTS
CONTRACTNAME Name of the contract artifact to clear
FLAGS
-a, --all Select all the project artifacts for delete
-v, --verbose Display more info in the result logs
DESCRIPTION
Clear the artifacts
```

## `swanky plugins`

List installed plugins.
Expand Down
71 changes: 0 additions & 71 deletions src/commands/clear/index.ts

This file was deleted.

0 comments on commit dba61ce

Please sign in to comment.