Refactor oclif integration and preparser

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
Paulo Castro
2019-08-28 19:51:56 +01:00
parent 3d89b0c7a1
commit 2ff427fb90
12 changed files with 277 additions and 195 deletions

View File

@ -17,11 +17,6 @@
import * as Config from '@oclif/config';
export const convertedCommands = {
'env:add': 'env add',
'env:rm': 'env rm',
};
/**
* This class is a partial copy-and-paste of
* @oclif/plugin-help/command/CommandHelp, which is used to generate oclif's