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