Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Commit 10a00ba

Browse files
committed
feat: add id to help
1 parent ca1a5e0 commit 10a00ba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

comictracker/comictracker/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,12 @@ private static void Help()
167167
WriteToConsole("Hello, I've come to help you!", true, ConsoleColor.Cyan, Console.BackgroundColor);
168168
Console.WriteLine();
169169
Console.WriteLine("Command Arguments Description");
170-
Console.WriteLine("----------------------------------------------------------------------------");
171-
Console.WriteLine("help N/A Shows info on all available commands");
170+
Console.WriteLine("---------------------------------------------------------------------------------------------");
171+
Console.WriteLine("help N/A Shows info on all available commands ");
172172
Console.WriteLine("search comic-name Searches for a comic ");
173173
Console.WriteLine("coll N/A Shows all the comics in your collection ");
174174
Console.WriteLine("s-coll comic-name Searches your collection ");
175+
Console.WriteLine("id comicvine-id Gets a specific comic based off of the give ComicVine id ");
175176
}
176177

177178
private static void Search(string query)

0 commit comments

Comments
 (0)