Skip to content

Commit 3832a09

Browse files
committed
Remove refresh command
1 parent f25d413 commit 3832a09

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

main.risor

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,6 @@ cli.app({
166166
print("- 'rsx run' to run the project.")
167167
},
168168
}),
169-
cli.command({
170-
args: true,
171-
name: "refresh",
172-
usage: "Update the RSX library",
173-
action: func(ctx) {
174-
os.mkdir_all("lib")
175-
},
176-
}),
177169
cli.command({
178170
args: true,
179171
// This command is handled from the Go side.

0 commit comments

Comments
 (0)