Skip to content

Commit ecfd6dd

Browse files
committed
Add comment to SearchAction
1 parent 72dbea6 commit ecfd6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/namigo/sub/command.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func (p *portfolio) wait() {
4444
p.wg.Wait()
4545
}
4646

47+
// SearchAction searches term for finding packages.
4748
func SearchAction(c *cli.Context) error {
4849
searchTerm := c.Args().First()
4950
if len(searchTerm) == 0 {

0 commit comments

Comments
 (0)