Skip to content

Commit

Permalink
Remove TODO comments from CLI descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed May 3, 2024
1 parent 0518dbf commit 53266de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/huak-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@ enum Commands {
/// The Python package to install.
#[arg(required = true)]
package: Requirement,
/// The Python version to use. TODO(cnpryer): <https://github.com/cnpryer/huak/issues/850>
// TODO(cnpryer): <https://github.com/cnpryer/huak/issues/850>
/// The Python version to use.
#[arg(long, alias = "py", required = false)]
python_version: Option<RequestedVersion>,
/// The package index to use. TODO(cnpryer): Deps (document this)
// TODO(cnpryer): Deps (document this)
/// The package index to use.
#[arg(
long,
alias = "index-url",
Expand Down

0 comments on commit 53266de

Please sign in to comment.