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
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
It is awesome to see a Rust argument framework to give developer more power to control the argument in details and in a powerful way. A small issue is found, the bin_name is hidden (not shown in the operands) after argument parsing.
Some application may use bin_name as a command selector to execute different functions, so following is a propose. If this looks good, I can make a PR for this.
Hi here,
It is awesome to see a Rust argument framework to give developer more power to control the argument in details and in a powerful way. A small issue is found, the
bin_nameis hidden (not shown in the operands) after argument parsing.Some application may use bin_name as a command selector to execute different functions, so following is a propose. If this looks good, I can make a PR for this.
This project is fresh new for me, if I miss something please kindly let me know. 🙏