|
8 | 8 | _HELP_MESSAGE_BINARY = f""" |
9 | 9 | π Usage |
10 | 10 | ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
11 | | - fosslight_bin [options] <arguments> |
| 11 | + fosslight_binary [options] <arguments> |
12 | 12 |
|
13 | 13 | π Description |
14 | 14 | ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
|
26 | 26 | (multiple formats can be specified, separated by space) |
27 | 27 | -e <pattern> Exclude paths from analysis (files and directories) |
28 | 28 | β οΈ IMPORTANT: Always wrap in quotes to avoid shell expansion |
29 | | - Example: fosslight_bin -e "test/" "*.jar" |
| 29 | + Example: fosslight_binary -e "test/" "*.jar" |
30 | 30 | -h Show this help message |
31 | 31 | -v Show version information |
32 | 32 |
|
|
41 | 41 | π‘ Examples |
42 | 42 | ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
43 | 43 | # Scan current directory |
44 | | - fosslight_bin |
| 44 | + fosslight_binary |
45 | 45 |
|
46 | 46 | # Scan specific path with exclusions |
47 | | - fosslight_bin -p /path/to/binaries -e "test/" "*.so" |
| 47 | + fosslight_binary -p /path/to/binaries -e "test/" "*.so" |
48 | 48 |
|
49 | 49 | # Generate output in specific format |
50 | | - fosslight_bin -f excel -o results/ |
| 50 | + fosslight_binary -f excel -o results/ |
51 | 51 |
|
52 | 52 | # Simple mode (extract binary list only) |
53 | | - fosslight_bin -s -o binary_list.txt |
| 53 | + fosslight_binary -s -o binary_list.txt |
54 | 54 |
|
55 | 55 | # Connect to Binary DB for OSS information |
56 | | - fosslight_bin -d "postgresql://user:pass@localhost:5432/exampledb" |
| 56 | + fosslight_binary -d "postgresql://user:pass@localhost:5432/exampledb" |
57 | 57 | """ |
58 | 58 |
|
59 | 59 |
|
|
0 commit comments