Skip to content

Commit

Permalink
Bump dtcw (3.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Sep 18, 2024
1 parent 3b1ddf1 commit da67094
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 62 deletions.
4 changes: 2 additions & 2 deletions dtcw
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -o pipefail

# See https://github.com/docToolchain/docToolchain/releases for available versions.
# Set DTC_VERSION to "latest" to get the latest, yet unreleased version.
: "${DTC_VERSION:=3.4.0}"
: "${DTC_VERSION:=3.4.1}"

# if not set, public docker hub is used
: "${DTC_DOCKER_PREFIX:=}"
Expand Down Expand Up @@ -150,8 +150,8 @@ usage() {
cat <<EOF
dtcw - Create awesome documentation the easy way with docToolchain.
./dtcw [local] install {doctoolchain | java }
Usage: ./dtcw [environment] [option...] [task...]
./dtcw [local] install {doctoolchain | java }
Use 'local', 'sdk' or 'docker' as first argument to force the use of a specific
docToolchain environment:
Expand Down
9 changes: 9 additions & 0 deletions dtcw.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
%windir%\System32\more +8 "%~f0" > "%temp%\%~n0.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "%temp%\%~n0.ps1" %*
del %temp%\%~n0.ps1
REM pause
exit /b

*** PowerShell from here on ***

Loading

0 comments on commit da67094

Please sign in to comment.