You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can detect in python values were sent in via stdin, adjust how the main cmd module loop works to detect commands were sent in via stdin and don't show the cmd prompt - for example (g2cmd). Add new arg to enable/disable the showing of commands from stdin as well as their output; similar to sending in a file but I may not want to see the command(s) sent in.
Ant has this prototyped but not tested. This is very useful for quick commands and testing and follows standard LInux principles for CLIs.
The text was updated successfully, but these errors were encountered:
Can detect in python values were sent in via stdin, adjust how the main cmd module loop works to detect commands were sent in via stdin and don't show the cmd prompt - for example (g2cmd). Add new arg to enable/disable the showing of commands from stdin as well as their output; similar to sending in a file but I may not want to see the command(s) sent in.
Ant has this prototyped but not tested. This is very useful for quick commands and testing and follows standard LInux principles for CLIs.
The text was updated successfully, but these errors were encountered: