You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Name / Shorthand | Type | Description
51
51
`--file`, `-f` | multi | Adds a single file to the archive |n
52
52
`--dir`, `-d` | multi | Adds a sources directory to the archive<br/>_Possible dir spec formats:<br/>- `$dir` => include all files in directory<br/>- `$dir:$extension` => filter files on a specific extension_ |n
53
53
`--meta`, `-m` | multi | Adds a metadata to the archive<br/>_Metadata must be specified in the `$key:$value` format_ |n
54
+
`--shebang-less` | flag | Produce a stub deprived of the shebang directive<br/>_Useful when the phar is meant to be included instead of being executed directly_ |n
0 commit comments