File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88_HELP_MESSAGE_BINARY = f"""
99 π Usage
1010 ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
11- fosslight_bin [options] <arguments>
11+ fosslight_binary [options] <arguments>
1212
1313 π Description
1414 ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
2626 (multiple formats can be specified, separated by space)
2727 -e <pattern> Exclude paths from analysis (files and directories)
2828 β οΈ IMPORTANT: Always wrap in quotes to avoid shell expansion
29- Example: fosslight_bin -e "test/" "*.jar"
29+ Example: fosslight_binary -e "test/" "*.jar"
3030 -h Show this help message
3131 -v Show version information
3232
4040 π‘ Examples
4141 ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
4242 # Scan current directory
43- fosslight_bin
43+ fosslight_binary
4444
4545 # Scan specific path with exclusions
46- fosslight_bin -p /path/to/binaries -e "test/" "*.so"
46+ fosslight_binary -p /path/to/binaries -e "test/" "*.so"
4747
4848 # Generate output in specific format
49- fosslight_bin -f excel -o results/
49+ fosslight_binary -f excel -o results/
5050
5151 # Connect to Binary DB for OSS information
52- fosslight_bin -d "postgresql://user:pass@localhost:5432/exampledb"
52+ fosslight_binary -d "postgresql://user:pass@localhost:5432/exampledb"
5353"""
5454
5555
You canβt perform that action at this time.
0 commit comments