We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c94355 commit ed5a641Copy full SHA for ed5a641
README.md
@@ -386,7 +386,7 @@ Use this command to check if linked files references inside the current director
386
387
_Context: global_
388
389
-List packages linking files from this path.
+Use this command to list all packages that have linked file references that include the current directory.
390
391
### `elastic-package links update`
392
cmd/links.go
@@ -106,6 +106,7 @@ func getLinksListCommand() *cobra.Command {
106
cmd := &cobra.Command{
107
Use: "list",
108
Short: "List packages linking files from this path",
109
+ Long: linksListLongDescription,
110
Args: cobra.NoArgs,
111
RunE: linksListCommandAction,
112
}
0 commit comments