Skip to content

Commit

Permalink
Add "format" to the list of available options in the ConsoleCommand A…
Browse files Browse the repository at this point in the history
…ttribute.
  • Loading branch information
dnndev committed Apr 20, 2017
1 parent cb3aa60 commit e08567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoFried201704/GetTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace KellyFord.Prompt.Commands
{
[ConsoleCommand("get-time", "kf", "Returns the Server Time", new string[] { })]
[ConsoleCommand("get-time", "kf", "Returns the Server Time", new string[] { "format" })]
public class GetTime : ConsoleCommandBase, IConsoleCommand
{
private const string FLAG_FORMAT = "format";
Expand Down

0 comments on commit e08567b

Please sign in to comment.