Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Nov 5, 2024
1 parent c8f70d8 commit 9db2e4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ static ROW_HELP: &str = "A row number";
static SAVE_DIR_HELP: &str = "Save tables to DIR instead of to their configured paths";
static TABLE_HELP: &str = "A table name";

// TODO: (1) Move all of the definitions above to cli.rs. (2) For each match arm write a function
// that is particular to it, and call that function from the match arm. (3) Move the
// `match &cli.command` (and also the build_valve()) code _itself_ to cli.rs and call just call it
// from here. This makes everything maximally reusable I think, but with default behaviour.

#[derive(Parser)]
#[command(version,
about = "Valve: A lightweight validation engine -- command line interface",
Expand Down

0 comments on commit 9db2e4d

Please sign in to comment.