aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/sh.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-31 18:45:23 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-31 18:45:23 -0400
commita47ef150fd38fff3666faccd6f976f660fdbf9f3 (patch)
tree3f73c3d03236b09bf824469791f4ef7d2016b0b7 /src/commands/dev/sh.ts
parent9aa46f79516c0c044742339c59d471b43060d84f (diff)
downloadtanzanite-a47ef150fd38fff3666faccd6f976f660fdbf9f3.tar.gz
tanzanite-a47ef150fd38fff3666faccd6f976f660fdbf9f3.tar.bz2
tanzanite-a47ef150fd38fff3666faccd6f976f660fdbf9f3.zip
cleanup and deprecated old config commands
Diffstat (limited to 'src/commands/dev/sh.ts')
-rw-r--r--src/commands/dev/sh.ts1
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', {