mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 01:23:49 +01:00
dir -> ls (#438)
This commit is contained in:
parent
badff9bd2c
commit
fcb156d650
@ -23,9 +23,9 @@ type dirCommand struct {
|
||||
|
||||
func newDirCommand() *dirCommand {
|
||||
cmd := &cobra.Command{
|
||||
Use: "dir <target>",
|
||||
Short: "List the contents of <target> ('http://', 'zrok://', and 'file://' supported)",
|
||||
Aliases: []string{"ls"},
|
||||
Use: "ls <target>",
|
||||
Short: "List the contents of drive <target> ('http://', 'zrok://', and 'file://' supported)",
|
||||
Aliases: []string{"dir"},
|
||||
Args: cobra.ExactArgs(1),
|
||||
}
|
||||
command := &dirCommand{cmd: cmd}
|
Loading…
Reference in New Issue
Block a user