--derive_functions -> --derive-functions

pull/286/head
Neeraj Kashyap 2021-10-05 11:33:00 -07:00
rodzic 6ed3bc3122
commit c0b315ddae
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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())}",