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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,10 @@ phpcc --version
35
35
phpcc \
36
36
-e <main> \
37
37
-o <output> \
38
-
[-d dir [-d dir ...]] \
39
-
[-f file [-f file ...]] \
40
-
[-b <banner>]
38
+
[-d <dir> [-d <dir> ...]] \
39
+
[-f <file> [-f <file> ...]] \
40
+
[-b <banner>] \
41
+
[-m <metadata> [-m <metadata> ...]]
41
42
```
42
43
43
44
### Options/Arguments
@@ -51,6 +52,7 @@ Name / Shorthand | Type | Description
51
52
`--banner`, `-b` | value | Specify the filepath to the legal notice banner<br/>_Will be included in the human-readable part of the stub._ |n
52
53
`--file`, `-f` | multi | Adds a single file to the archive |n
53
54
`--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
55
+
`--meta`, `-m` | multi | Adds a metadata to the archive<br/>_Metadata must be specified in the `$key:$value` format_ |n
0 commit comments