📝 ✨ Add completion and handling of decorated imports (#438)
This commit is contained in:
committed by
ericlinagora
parent
b872d64ab3
commit
8a46780d3f
@@ -1,3 +1,4 @@
|
||||
import "reflect-metadata";
|
||||
import yargs from "yargs";
|
||||
import { logger } from "../core/platform/framework/logger";
|
||||
|
||||
@@ -24,5 +25,6 @@ yargs
|
||||
.alias("help", "h")
|
||||
.help("help")
|
||||
.version()
|
||||
.completion("completion")
|
||||
.epilogue("for more information, go to https://tdrive.app")
|
||||
.example("$0 <command> --help", "show help of the issue command").argv;
|
||||
|
||||
Reference in New Issue
Block a user