Skip to content

Commit

Permalink
New Feat: show() #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed May 5, 2022
1 parent 8c20597 commit 4656ebd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bashlava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
}
Expand Down Expand Up @@ -417,7 +417,7 @@ function gitio { # User_
#
#
#
function Show_All {
function Show_All {
Show_Version
echo "WIP"
}
Expand Down

0 comments on commit 4656ebd

Please sign in to comment.