We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0e2b3 commit 5c45003Copy full SHA for 5c45003
src/fosslight_binary/cli.py
@@ -5,13 +5,15 @@
5
import argparse
6
import sys
7
import os
8
+import shutil
9
from fosslight_util.help import print_package_version
10
from fosslight_binary._help import print_help_msg
11
from fosslight_binary.binary_analysis import find_binaries
12
from fosslight_util.timer_thread import TimerThread
13
14
_PKG_NAME = "fosslight_binary"
15
16
+
17
def main():
18
global windows
19
path_to_find_bin = ""
0 commit comments