Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #89 from mesg-foundation/ux/remove-aliases
Browse files Browse the repository at this point in the history
remove aliases
  • Loading branch information
Nicolas Mahé authored Jul 5, 2019
2 parents a9d164a + 791aec4 commit cdf0580
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/commands/account/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {WithoutPassphrase as Command} from '../../account-command'
export default class AccountList extends Command {
static description = 'List all existing accounts'

static aliases = ['account:ls']

static flags = {
...Command.flags,
...cli.table.flags()
Expand Down
2 changes: 0 additions & 2 deletions src/commands/service/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import Command from '../../root-command'
export default class ServiceDelete extends Command {
static description = 'Delete one or many services'

static aliases = ['service:rm', 'service:destroy']

static flags = {
...Command.flags,
confirm: flags.boolean({description: 'Confirm delete', default: false})
Expand Down
2 changes: 0 additions & 2 deletions src/commands/service/doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import Command from '../../root-command'
export default class ServiceDoc extends Command {
static description = 'Generate the documentation for the service in a README.md file'

static aliases = ['service:doc', 'service:docs']

static flags = {
...Command.flags,
save: flags.boolean({char: 's', description: 'Save to default readme file'}),
Expand Down

0 comments on commit cdf0580

Please sign in to comment.