summaryrefslogtreecommitdiff
path: root/doc/helm-esh-source.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-esh-source.plantuml')
-rw-r--r--doc/helm-esh-source.plantuml26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/helm-esh-source.plantuml b/doc/helm-esh-source.plantuml
new file mode 100644
index 00000000..56695822
--- /dev/null
+++ b/doc/helm-esh-source.plantuml
@@ -0,0 +1,26 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-esh-source'**\n\n
+"helm-source-sync" <|-- "helm-esh-source"
+class "helm-source-sync"
+"helm-source" <|-- "helm-source-sync"
+class "helm-source"
+class "helm-esh-source" {
+ Helm class to define source
+ for Eshell completion.
+ ==
+ __ some interesting slots __
+ init
+ action
+ candidates
+ filtered-candidate-transformer
+ nohighlight
+ persistent-action
+}
+note right of "helm-esh-source"
+ **helm-esh-source**:
+ Helm class to define source
+ for Eshell completion.
+end note
+@enduml