Skip to content

Commit 1c90ca9

Browse files
committed
Merge pull request #2 from camjackson/master
Add remarks on shell globbing to readme
2 parents 9c32364 + 07c8953 commit 1c90ca9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ Yet another Github release command line tool. This one, though, is much more min
77
Github command line release tool.
88
99
Usage:
10-
github-release <user/repo> <tag> <branch> <description> <files>
10+
github-release <user/repo> <tag> <branch> <description> "<files>"
1111
1212
Parameters:
1313
<user/repo>: Github user and repository
1414
<tag>: Used to created the release. It is also used as the release's name
1515
<branch>: Reference from where to create the provided <tag>, if it does not exist
1616
<description>: The release description
1717
<files>: Glob pattern describing the list of files to include in the release
18+
Make sure you enclose it in quotes to avoid the shell expanding the glob pattern.
1819
1920
Options:
2021
-version: Displays version

0 commit comments

Comments
 (0)