Skip to content

Commit 7651855

Browse files
Add the GitHub URL of the project
1 parent 654b865 commit 7651855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static async Task Main(string[] args)
1313
{
1414

1515
// Parse the arguments using Docopt.
16-
var arguments = new Docopt().Apply(Usage, args, version: "ChatStack CLI v1.0", exit: true);
16+
var arguments = new Docopt().Apply(Usage, args, version: "ChatStack CLI v1.0" + Environment.NewLine + "https://github.com/HackingHackers/chatstack-cli", exit: true);
1717

1818
var client = await CheckArgumentsAsync(arguments);
1919

0 commit comments

Comments
 (0)