File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public void PrintUsage_WithoutBanner_HidesAsciiArtAndEasterEggFlags()
6161 Assert . Contains ( "cdidx hooks <install|uninstall|status> [--project <path>] [--force] [--json]" , output ) ;
6262 Assert . Contains ( "cdidx index <projectPath> --commits <id> [id ...] [--db <path>] [--verbose] [--dry-run] [--json] [--duration-format <auto|seconds|hms>]" , output ) ;
6363 Assert . Contains ( "cdidx index <projectPath> --files <path> [path ...] [--db <path>] [--verbose] [--dry-run] [--json] [--duration-format <auto|seconds|hms>]" , output ) ;
64- Assert . Contains ( "cdidx backfill-fold [--db <path>] [--json]" , output ) ;
64+ Assert . Contains ( "cdidx backfill-fold [--db <path>] [--dry-run] [-- json]" , output ) ;
6565 Assert . Contains ( "cdidx optimize [--db <path>] [--json]" , output ) ;
6666 Assert . Contains ( "cdidx license" , output ) ;
6767 Assert . Contains ( "cdidx completions <shell>" , output ) ;
You can’t perform that action at this time.
0 commit comments