Skip to content

Commit

Permalink
feat(cli): alias transactions action to txs
Browse files Browse the repository at this point in the history
bitstore txs is now equivalent to bitstore transactions
  • Loading branch information
olalonde committed Oct 8, 2015
1 parent d11074a commit dabd91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const actions = {
};

actions.upload = actions.put;
actions.txs = actions.transactions;

if (!actions[action]) {
error('Unknown command');
Expand Down

0 comments on commit dabd91c

Please sign in to comment.