diff --git a/bashlava.sh b/bashlava.sh index 86c108b..71b3138 100755 --- a/bashlava.sh +++ b/bashlava.sh @@ -313,6 +313,10 @@ function ci { # User_ esac } +function show { # User_ + Side_fct #sidecars.sh +} + function log { # User_ git log --all --decorate --oneline --graph --pretty=oneline | head -n 10 } @@ -369,10 +373,6 @@ function help { # User_ _doc_name="help.md" && Show_Docs } -function show { # User_ - Side_fct #sidecars.sh -} - function mdv { # User_ Print_mdv } @@ -417,7 +417,7 @@ function gitio { # User_ # # # -function Show_All { +function Show_All { Show_Version echo "WIP" }