Add -t
short option for spack --backtrace
(#47227)
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
@@ -489,6 +489,7 @@ def make_argument_parser(**kwargs):
|
||||
help="add stacktraces to all printed statements",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-t",
|
||||
"--backtrace",
|
||||
action="store_true",
|
||||
default="SPACK_BACKTRACE" in os.environ,
|
||||
|
Reference in New Issue
Block a user