Skip to content

Commit

Permalink
(GH-1744) add "find" alias for search command
Browse files Browse the repository at this point in the history
Add the alias `choco find` for `choco search` and currently `choco
list` to the items that can run the command for searching.
  • Loading branch information
ferventcoder committed Mar 6, 2019
1 parent 3540b3c commit 52b5bea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace chocolatey.infrastructure.app.commands

[CommandFor("list", "lists remote or local packages")]
[CommandFor("search", "searches remote or local packages (alias for list)")]
[CommandFor("find", "searches remote or local packages (alias for search)")]
public class ChocolateyListCommand : IListCommand<PackageResult>
{
private readonly IChocolateyPackageService _packageService;
Expand Down

0 comments on commit 52b5bea

Please sign in to comment.