Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only get the first command's output #26

Closed
Tracked by #24
littlewhitecloud opened this issue Jun 3, 2023 · 1 comment
Closed
Tracked by #24

Only get the first command's output #26

littlewhitecloud opened this issue Jun 3, 2023 · 1 comment
Labels
branch This is a branch or this problem caused by branch bug Something isn't working invalid This doesn't seem right

Comments

@littlewhitecloud
Copy link
Owner

Like this:
image

Input:

PS......> dir
PS......> dir

Want:

....... C: ....
...... xxxx-xxxx

C:\....\....\...\....\...\

xxxx/xx/xx xx:xx <type> .
xxxx/xx/xx xx:xx <type> ..
xxxx/xx/xx xx:xx        x,xxx xxxx.xx
...

....... C: ....
...... xxxx-xxxx

C:\....\....\...\....\...\

xxxx/xx/xx xx:xx <type> .
xxxx/xx/xx xx:xx <type> ..
xxxx/xx/xx xx:xx        x,xxx xxxx.xx
...

Output twice

But:

....... C: ....
...... xxxx-xxxx

C:\....\....\...\....\...\

xxxx/xx/xx xx:xx <type> .
xxxx/xx/xx xx:xx <type> ..
xxxx/xx/xx xx:xx        x,xxx xxxx.xx
...

Only once

@littlewhitecloud littlewhitecloud added bug Something isn't working invalid This doesn't seem right branch This is a branch or this problem caused by branch labels Jun 3, 2023
@littlewhitecloud littlewhitecloud mentioned this issue Jun 4, 2023
3 tasks
@littlewhitecloud
Copy link
Owner Author

Fixed, will close when the Improve pr close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch This is a branch or this problem caused by branch bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant