feat: add hgctl dashboard support (#552)

Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
Xunzhuo
2023-09-22 13:51:22 +08:00
committed by GitHub
parent 2da1c62c69
commit eb2934c084
7 changed files with 362 additions and 7 deletions

View File

@@ -49,8 +49,6 @@ type InstallArgs struct {
Set []string
// ManifestsPath is a path to a ManifestsPath and profiles directory in the local filesystem with a release tgz.
ManifestsPath string
// verbose generates verbose output.
verbose bool
}
func (a *InstallArgs) String() string {