@forge/cli

13.3.0-next.12-experimental-4b981ef-experimental-5b8eb3c13.3.0-next.25
out/command-line/view/module-view.js
~out/command-line/view/module-view.jsModified
+3
Index: package/out/command-line/view/module-view.js
===================================================================
--- package/out/command-line/view/module-view.js
+++ package/out/command-line/view/module-view.js
@@ -20,8 +20,11 @@
     }
     emptyLine() {
         this.ui.emptyLine();
     }
+    async displayProgress(progress, startText, successText) {
+        return this.ui.displayProgress(progress, startText, successText);
+    }
     warn(warning) {
         this.ui.warn(warning);
     }
     info(message) {