Describe the feature
The args used are only used internally, so having the user-friendly clap parser adds unnecessary overhead.
Bonus: Also add a message when running without any args to suggest running cargo shuttle run instead. (this happens if user runs cargo run)
Suggestion or Example of how the feature would be used
No response
Duplicate declaration
Describe the feature
The args used are only used internally, so having the user-friendly clap parser adds unnecessary overhead.
Bonus: Also add a message when running without any args to suggest running
cargo shuttle runinstead. (this happens if user runscargo run)Suggestion or Example of how the feature would be used
No response
Duplicate declaration