[Improvement]: Use manual arg parsing in runtime instead of clapΒ #819
Closed
Description
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
- I have searched the issues and this feature has not been requested before.