mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
UI: Add disambiguation to the confusing "1s / ls" tutorial step (#1972)
* UI: Add disambiguation to the confusing "1s / ls" tutorial step, and a general "did you mean" to the terminal * UI: Add disambiguation to the confusing "1s / ls" tutorial step, and a general "did you mean" to the terminal * Prevent duplicate suggestions * Update src/Terminal/Terminal.ts Co-authored-by: David Walker <d0sboots@gmail.com> * Prevent duplicate suggestions --------- Co-authored-by: David Walker <d0sboots@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6461d5f247
commit
1982e7195b
@@ -146,6 +146,9 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
</Typography>
|
||||
|
||||
<Typography classes={{ root: classes.textfield }}>{"[home /]> ls"}</Typography>
|
||||
<Typography>
|
||||
<br />( "ls" is short for "list" )
|
||||
</Typography>
|
||||
</>
|
||||
),
|
||||
canNext: false,
|
||||
@@ -156,7 +159,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
<Typography classes={{ root: classes.textfield }}>{"[home /]> ls"}</Typography>
|
||||
<Typography>
|
||||
{" "}
|
||||
is a basic command that shows files on the computer. Right now, it shows that you have a program called{" "}
|
||||
is a basic command that lists the files on the computer. Right now, it shows that you have a program called{" "}
|
||||
NUKE.exe on your computer. We'll get to what this does later. <br />
|
||||
<br />
|
||||
Using your home computer's terminal, you can connect to other machines throughout the world. Let's do that
|
||||
|
||||
Reference in New Issue
Block a user