From c44653bb423ee2c3e89d2fb240a820c697f09b34 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sun, 2 Jan 2022 00:26:00 +0100 Subject: [PATCH] Adding more documentation. --- Docker.shn | 5 +++-- Image.shc | 1 + libraries/oop | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 Image.shc diff --git a/Docker.shn b/Docker.shn index aedb8ec..23faf1e 100644 --- a/Docker.shn +++ b/Docker.shn @@ -20,11 +20,12 @@ namespace Docker createPropertyHolder Docker -property Docker.RequiresSudo true # NOTE: here we use it's declared as a string, because bash booleans using the true and false commands use exit codes, # which requires to use more than one line to declare, thus add unnecessary complexity to the code. -property Docker.Executable "$(which docker)" +# Type: bool +property Docker.RequiresSudo true # This property is overridable for custom locations of the docker executable. +property Docker.Executable "$(which docker)" static_class Utils "Utils.shc" diff --git a/Image.shc b/Image.shc new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/Image.shc @@ -0,0 +1 @@ + diff --git a/libraries/oop b/libraries/oop index 8d92cad..7663b31 160000 --- a/libraries/oop +++ b/libraries/oop @@ -1 +1 @@ -Subproject commit 8d92cad72064b3c3f038d250ba5c2c1a098bfe43 +Subproject commit 7663b31788a1c03ebec380a3b71652bd29c05de3