sapling/eden/mononoke/walker
Aida Getoeva 8975eab3a9 mononoke/walker: fix --storage-id arg
Summary:
I forgot to add `#[clap(long)]` to the `--storage-id` arg and also the tw config was set to pass `--storage-id` as a main command arg while it's actually a sumbcommand arg. Because of that the walker tasks were failing with :
```
rror: Found argument '--storage-id' which wasn't expected, or isn't valid in this context
	If you tried to supply `--storage-id` as a value rather than a flag, use `-- --storage-id`
USAGE:
    walker --scuba-dataset <SCUBA_DATASET> --mysql-query-time-limit <MYSQL_QUERY_TIME_LIMIT> --fb303-thrift-port <PORT> --blobstore-read-qps <BLOBSTORE_READ_QPS> --manifold-request-priority-override <MANIFOLD_REQUEST_PRIORITY_OVERRIDE> --blobstore-scrub-grace <BLOBSTORE_SCRUB_GRACE> --blobstore-scrub-action <BLOBSTORE_SCRUB_ACTION> <--repo-id <REPO_ID>|--repo-name <REPO_NAME>> <--config-path <CONFIG_PATH>|--config-tier <CONFIG_TIER>|--prod> <SUBCOMMAND>

```

Reviewed By: markbt

Differential Revision: D35783175

fbshipit-source-id: 5efe68e78730212dfa02db3f17f071b9a4bff490
2022-04-20 10:49:54 -07:00
..
schemas mononoke: fix license headers for rust files 2022-01-06 00:20:51 -08:00
src mononoke/walker: fix --storage-id arg 2022-04-20 10:49:54 -07:00
Cargo.toml mononoke/walker: switch old walker to the new one 2022-04-20 07:05:28 -07:00