Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 12, 2024
1 parent 00b1b8c commit f83a2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions findobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ def add_obj(archive, symbol):

if __name__ == "__main__":
import argparse
from pathlib import Path

parser = argparse.ArgumentParser(description="Resolve dependencies from archive files.")
parser.add_argument("--arch", help="Target architecture to extract objects to")
parser.add_argument("-v", "--verbose", help="increase output verbosity", action="store_true")
Expand Down

0 comments on commit f83a2b4

Please sign in to comment.