diff options
Diffstat (limited to 'src/commands/dev/sh.ts')
-rw-r--r-- | src/commands/dev/sh.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/dev/sh.ts b/src/commands/dev/sh.ts index 025a308..93f0d40 100644 --- a/src/commands/dev/sh.ts +++ b/src/commands/dev/sh.ts @@ -11,6 +11,7 @@ const clean = (text: string | any) => { return (text = Util.cleanCodeBlockContent(text)); } else return text; }; + export default class ShCommand extends BushCommand { public constructor() { super('sh', { |