Commit b044640
committed
feat(run): remove terminal clear and spinner for clean runtime output
- disable terminal clearing in run command
- remove spinner rendering and overwrite behavior
- ensure raw stdout/stderr passthrough (no UI interference)
- silence unused parameter warnings in spinner stubs
align runtime UX with modern tools (node, deno, bun)1 parent 6303783 commit b044640
2 files changed
+11
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 43 | + | |
56 | 44 | | |
57 | 45 | | |
58 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 379 | + | |
383 | 380 | | |
384 | 381 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
| 382 | + | |
392 | 383 | | |
393 | 384 | | |
394 | 385 | | |
| |||
614 | 605 | | |
615 | 606 | | |
616 | 607 | | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
632 | 612 | | |
633 | 613 | | |
634 | 614 | | |
635 | 615 | | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
| 616 | + | |
| 617 | + | |
641 | 618 | | |
642 | 619 | | |
643 | 620 | | |
| |||
767 | 744 | | |
768 | 745 | | |
769 | 746 | | |
770 | | - | |
| 747 | + | |
771 | 748 | | |
772 | | - | |
| 749 | + | |
773 | 750 | | |
774 | 751 | | |
775 | 752 | | |
| |||
0 commit comments