removed commented line
This commit is contained in:
5
snek
5
snek
@ -3,10 +3,7 @@
|
||||
import argparse
|
||||
|
||||
def handle_clargs():
|
||||
parser = argparse.ArgumentParser(
|
||||
description="🐍",
|
||||
# formatter_class=argparse.ArgumentDefaultsHelpFormatter
|
||||
)
|
||||
parser = argparse.ArgumentParser(description="🐍")
|
||||
|
||||
parser.add_argument("--root", help="conda root folder / prefix (read from the current env, if not given)")
|
||||
parser.add_argument("--exe", help="conda or mamba executable (read from the current env, if not given)")
|
||||
|
Reference in New Issue
Block a user