superxcgm / xcShell

Your own shell
1 stars 1 forks source link

User input can wrap to many lines with `\` #23

Open superxcgm opened 3 years ago

superxcgm commented 3 years ago

Epic

Process

Description

User can use \ on line end to wrap long line to multiple small line

AC

Given: User type

echo hello\
world

When: Press Enter Then: Output hellowrold

Given: User type

echo hello\
world\
haha

When: Press Enter Then: Output hellowroldhaha