📝 Add completion and handling of decorated imports (#438)

This commit is contained in:
Eric Doughty-Papassideris
2024-03-26 12:06:22 +01:00
committed by ericlinagora
parent b872d64ab3
commit 8a46780d3f
2 changed files with 13 additions and 5 deletions
+2
View File
@@ -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;