Stephen Chu

Results 5 issues of Stephen Chu

Hello, I would love to see some instructions on how to get this generated file/folder structure skeleton to work well with [google/clasp](https://github.com/google/clasp)'s set up, specifically where to place its `.clasp.json`,...

It is due to the pre-built binaries don't have a "darwin" and "arm", I think. Since M1 macs are out for a while now, do you think the pre-built binary...

macos
waiting for user

On my macOS, it works; but on my linux, `get_docopts.sh` (from [script](https://github.com/docopt/docopts/blob/e83355beb848573a3894a9ae0a5258d985ff4f6d/get_docopts.sh)) fails with: ``` Saving to: ‘docopts_linux_amd64’ 100%[==================================================================================================================================================================================================================================================================================================================================>] 1,949,696 --.-K/s in 0.04s 2021-11-19 14:51:33 (41.8 MB/s) - ‘docopts_linux_amd64’ saved...

waiting for user

Will it be possible to support something like such in Bash `getopts`? ``` bash #! /bin/bash while getopts ":t:" opt; do case $opt in t) TAGS+=($OPTARG) ;; esac done shift...

enhancement

Using this repo's `secret_example.yml`, when I pass `--secret webapp default`, it renders correctly: ``` › git clone https://github.com/InQuicker/ktmpl.git bug && cd bug ... › docker pull inquicker/ktmpl:latest latest: Pulling from...