Skip to content

Commit

Permalink
remove deprecated mesh commands
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Jul 8, 2021
1 parent 61e35cc commit 677c54b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 699 deletions.
2 changes: 0 additions & 2 deletions src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const variable = require('./variable');
const version = require('./version');
const webhook = require('./webhook');
const whoami = require('./whoami');
const mesh = require('./mesh');
const usb = require('./usb');

/**
Expand Down Expand Up @@ -66,7 +65,6 @@ module.exports = function registerAllCommands(context) {
version(context);
webhook(context);
whoami(context);
mesh(context);
usb(context);
alias(context);
};
106 changes: 0 additions & 106 deletions src/cli/mesh.js

This file was deleted.

Loading

0 comments on commit 677c54b

Please sign in to comment.