From f81086ce263210c4a335032621590eb783fb5339 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Mon, 18 Nov 2019 23:15:11 +0100 Subject: [PATCH] feat: add alias for `ipfs repo stat --human`. (#2609) --- src/cli/commands/repo/stat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/commands/repo/stat.js b/src/cli/commands/repo/stat.js index 067dbeb975..b89925bf93 100644 --- a/src/cli/commands/repo/stat.js +++ b/src/cli/commands/repo/stat.js @@ -8,6 +8,7 @@ module.exports = { builder: { human: { type: 'boolean', + alias: 'H', default: false } },