Skip to content

Commit

Permalink
cow command is now Debug, so it doesn't show up in the main list. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Feb 14, 2011
1 parent a173317 commit 85a6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/CowCommand.cs
Expand Up @@ -5,7 +5,7 @@ namespace MooGet.Commands {
/// <summary>moo cow</summary>
public class CowCommand {

[Command(Name = "cow", Description = "Moo.")]
[Command("cow", "Moo.", Debug = true)]
public static object Run(string[] args) {
if (args.Length == 0)
args = new string[] { "Moo" };
Expand Down

0 comments on commit 85a6545

Please sign in to comment.