Skip to content

Commit

Permalink
Starting to add subcommands.
Browse files Browse the repository at this point in the history
  • Loading branch information
lavedon committed Jun 20, 2021
1 parent 45df790 commit b31425d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ static void Main(string[] args)
);
*/

// @Todo implement Lemma sub-command
var lemmaCommand = new Command("Lemma");
var senseCommand = new Command("Sense");

var rootCommand = new RootCommand
{
Expand Down

0 comments on commit b31425d

Please sign in to comment.