mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-08-05 13:43:30 -07:00
refactor: rename command main ui components to be 'ui-<command>.tsx'
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { render } from "../ui/ui.js";
|
||||
import { render } from "../ui/ui-root.js";
|
||||
import { executeShellCommandTTY } from "../runtime/utils.js";
|
||||
|
||||
const shells = ["bash", "powershell", "pwsh"];
|
||||
|
||||
@@ -6,7 +6,6 @@ import { getSuggestions } from "../runtime/runtime.js";
|
||||
import { Suggestion } from "../runtime/model.js";
|
||||
import Suggestions from "./suggestions.js";
|
||||
import Input from "./input.js";
|
||||
import { executeShellCommandTTY } from "../runtime/utils.js";
|
||||
|
||||
const Prompt = "> ";
|
||||
let uiResult = "";
|
||||
Reference in New Issue
Block a user