Split Clap arguments into separate module (#3008)

## Summary

I don't know if this is a good change, but `main.rs` is really large.
This just moves all the Clap arguments into their own `cli.rs` module.
This commit is contained in:
Charlie Marsh 2024-04-12 09:37:51 -04:00 committed by GitHub
parent 7f70849e3c
commit f61b97e6ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1414 additions and 1402 deletions

1401
crates/uv/src/cli.rs Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff