Browse Source

fix --list-commands

master
Sven Ullmann 2 years ago
parent
commit
0f5fcb43f9
  1. 3
      bin/project-manager

3
bin/project-manager

@ -36,6 +36,9 @@ function use {
function list {
local dir=$1
echo >&2
echoMainTitle "List" >&2
echo >&2
echoSubTitle "List $dir" >&2
echo >&2

Loading…
Cancel
Save