Skip to content

Commit ac396bb

Browse files
committed
feat(web-host): example command weather Paris, France
1 parent 5755769 commit ac396bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-host/src/hooks/exampleCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const commands = [
5151
"echo Even more text",
5252
"tee -a output.txt",
5353
"cat output.txt",
54-
"weather Paris",
54+
"weather Paris, France",
5555
"man weather",
5656
"help",
5757
"echoc This is the same as `echo`, implemented in C",

0 commit comments

Comments
 (0)