You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser=argparse.ArgumentParser(description="Client-side command line interface, set LFSS_ENDPOINT and LFSS_TOKEN environment variables for authentication.")
80
+
parser=argparse.ArgumentParser(
81
+
description=f"Client-side command line interface (v{__version__}). \n"
82
+
"Set LFSS_ENDPOINT and LFSS_TOKEN environment variables for authentication.",
0 commit comments