aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_script
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_script')
-rwxr-xr-xlib/_ak_script5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/_ak_script b/lib/_ak_script
index 543f597..3a7f635 100755
--- a/lib/_ak_script
+++ b/lib/_ak_script
@@ -62,3 +62,8 @@ _ak_usage(){
_ak_title_description
_ak_help
}
+
+_ak_not_implemented(){
+ _ak_title_description
+ printf 'Not implemented: %s\n' "$*"
+}