Liu Cong

Results 35 issues of Liu Cong

![image](https://user-images.githubusercontent.com/1285390/169117264-918b84fa-ab55-4ded-bd45-e76337c98da7.png) Should have a seperater at the arrow, to indicate that subflow `tidb.stop` finished, and the executable-file was about to be executed

enhancement

``` ticat display.env.hide.prefix my-prefix : ... ```

feature-proposal

Facing lots of commands, user can't easily understand how to use a related set of commands. We need some examples to guide users. Maybe something like man pages?

feature-proposal

Accept user flow as a tcp/http service, so we don't need to run ticat on command line

feature-proposal

If we could call another ticat instance on a remote server, that we could have a ticat cluster, to do things distributely. For example, we could use some worker-ticat to...

feature-proposal

If a flow is huge(long, has lots of commands), that we could let user choose to display only some of the key commands, to make the display simplier: * Display...

feature-proposal

When we execute a flow, if it miss some of the `dep` os commands, that the executing will not process and display errors. We could auto install these os commands...

feature-proposal

![image](https://user-images.githubusercontent.com/1285390/168944003-e5362d43-01da-4b0a-b951-027adadac45f.png) ![image](https://user-images.githubusercontent.com/1285390/168944139-78c2f02e-714d-4301-924e-7eed2367ee1c.png) ![image](https://user-images.githubusercontent.com/1285390/168944173-0451e532-3b1b-4393-99df-c054e8f83c75.png)

bug

Now the sub-flows are fetched from `cmds`, so it will display `modified, not matched` error when the sub-flows were modified

enhancement