Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Change ls command to list
Browse files Browse the repository at this point in the history
  • Loading branch information
tharinduwijewardane committed Sep 19, 2019
1 parent d49e76c commit 2dc800b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/pkg/cmd/application/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import (

func NewListCommand(cliConfig config.Config) *cobra.Command {

const cmdLs = "ls"
const cmdList = "list"
cmd := &cobra.Command{
Use: cmdLs,
Use: cmdList,
Short: "List applications",
Example: common.GetAbsoluteCommandName(cmdApplication, cmdLs),
Example: common.GetAbsoluteCommandName(cmdApplication, cmdList),
Args: cobra.NoArgs,
Run: runListAppCommand(cliConfig),
}
Expand Down

0 comments on commit 2dc800b

Please sign in to comment.