Property | Type | Description | |
---|---|---|---|
Analyze | bool |
Method | Description | |
---|---|---|
CreateCommand ( ) : Command | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
Method | Description | |
---|---|---|
Equals ( |
||
HasShebang ( [ file, [ interpreter ) : bool |
Determines whether a file is executable and has a shebang line pointing to a specific interpreter.
|
Method | Description | |
---|---|---|
Analyze ( |
protected Equals ( |
||
other | ||
return | bool |
protected HasShebang ( [ file, [ interpreter ) : bool | ||
file | [ | The file to analyze. |
interpreter | [ | The name of the interpreter to search for (e.g. 'python'). |
return | bool |