Skip to content
Snippets Groups Projects
Commit 26fea45d authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

wip

parent bbd16915
Branches
Tags
No related merge requests found
......@@ -153,10 +153,10 @@ function headstart() {
if [[ "${rest[*]}" == 'help core bootstrap' ]]; then
@go "${rest[@]}"
return
elif [[ "${rest[*]}" =~ ^core\ bootstrap$ && "$print_help" == 'true' ]]; then
elif [[ "${rest[*]}" =~ ^core\ bootstrap\ ?.*$ && "$print_help" == 'true' ]]; then
@go help "${rest[@]}"
return
elif [[ "${rest[*]}" =~ ^core\ bootstrap\.*$ ]]; then
elif [[ "${rest[*]}" =~ ^core\ bootstrap\ ?.*$ ]]; then
@go "${rest[@]}"
return
else
......
Subproject commit 1740811fd10a1e2b085f2c0ee768673090d36aa4
Subproject commit 290504056fe6187e28c829d8ae3e2c8d7f143ec8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment