scripts: Added -! as a short-form for --everything

-!/--everything has been useful enough to warrant a short form flag,
and -! is unlikely to conflict with other flags while also getting the
point across that this is a bit of an unusual option.
This commit is contained in:
Christopher Haster
2025-03-06 17:13:05 -06:00
parent b0976379d7
commit 675a805164
8 changed files with 8 additions and 8 deletions

View File

@ -1256,7 +1256,7 @@ if __name__ == "__main__":
help="Prefix to use for fields in CSV/JSON output. Defaults "
"to %r." % ("%s_" % StackResult._prefix))
parser.add_argument(
'--everything',
'-!', '--everything',
action='store_true',
help="Include builtin and libc specific symbols.")
parser.add_argument(