twinstar6980 / Twinning

https://github.com/twinstar6980/Twinning.Documentation
GNU General Public License v3.0
59 stars 12 forks source link

Command Forwarder Improvement #15

Closed Haruma-VN closed 1 year ago

Haruma-VN commented 1 year ago

Command Forwarder should display the output argument, and then check if the file/directory existed. If existed, please ask the user to change or override in the project Helper. image

twinstar6980 commented 1 year ago

CommandForwarder can only be responsible for simple parameter forwarding, it will not perform parameter checking, especially if the rules of parameter checking are more complicated, then processing this rule in Helper will make the program more complicated. Wrong parameters will be re-entered by the user when the shell is running. You can also explicitly enable output parameters in the Helper and specify values. There is currently no plan to check parameters. Do you have any other questions? No please close this issue.