@forge/cli
12.23.0-next.7-experimental-44b7a1213.0.0-next.11
out/command-line/controller/module-show-controller.d.ts+
out/command-line/controller/module-show-controller.d.tsNew file+14
Index: package/out/command-line/controller/module-show-controller.d.ts
===================================================================
--- package/out/command-line/controller/module-show-controller.d.ts
+++ package/out/command-line/controller/module-show-controller.d.ts
@@ -0,0 +1,14 @@
+import { ModuleService } from '../../service/module-service';
+import { ModuleView } from '../view/module-view';
+export type ModuleShowOptions = {
+ moduleType?: string;
+};
+export declare class ModuleShowController {
+ private readonly moduleView;
+ private readonly moduleService;
+ constructor(moduleView: ModuleView, moduleService: ModuleService);
+ run(options: ModuleShowOptions): Promise<void>;
+ private runModuleShow;
+ private resolveModule;
+}
+//# sourceMappingURL=module-show-controller.d.ts.map
\ No newline at end of file