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 fef37a5 commit 4446b9eCopy full SHA for 4446b9e
plugins/code.sh
@@ -52,4 +52,11 @@ function _uninstall_code() {
52
sudo apt update
53
}
54
55
+function _activate_code() {
56
+ local -n __var=$1
57
+ local -n __error=$2
58
+ __var=0
59
+}
60
+
61
register_install _install_code
62
+register_interactive _activate_code
plugins/drawio.sh
@@ -67,3 +67,11 @@ function _install_drawio() {
67
68
return 0
69
70
71
+function _activate_drawio() {
72
73
74
75
76
77
+register_interactive _activate_drawio
0 commit comments