Skip to content

Commit

Permalink
fix: drop redudant w3 space command for consistency (#57)
Browse files Browse the repository at this point in the history
We had no output for `w3 space` command resulting in ugly user errors as
mentioned in #44.

This PR addresses it. Simply drop this top level space command.
We do not have one for other ones like `delegation` , `proof`, ...

Closes #44
  • Loading branch information
vasco-santos authored Mar 20, 2023
1 parent 84a9fd5 commit 8dfab92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ cli.command('whoami')
.describe('Print information about the current agent.')
.action(whoami)

cli.command('space')
.describe('Create and mangage w3 spaces')

cli.command('space create [name]')
.describe('Create a new w3 space')
.action(createSpace)
Expand Down

0 comments on commit 8dfab92

Please sign in to comment.