From c0b315ddaea4eb5ffa732e282e1ac9973c687a41 Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Tue, 5 Oct 2021 11:33:00 -0700 Subject: [PATCH] --derive_functions -> --derive-functions --- datasets/nfts/nfts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/nfts/nfts/cli.py b/datasets/nfts/nfts/cli.py index 71d6dc5d..fa27e41a 100644 --- a/datasets/nfts/nfts/cli.py +++ b/datasets/nfts/nfts/cli.py @@ -176,7 +176,7 @@ def main() -> None: ) parser_derive.add_argument( "-f", - "--derive_functions", + "--derive-functions", required=False, nargs="+", help=f"Functions wich will call from derive module availabel {list(derive_functions.keys())}",