1
0
mirror of https://github.com/docker/cli.git synced 2025-09-02 10:21:16 +03:00

Add scripts folder to shellcheck

Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
This commit is contained in:
Jean-Pierre Huynh
2017-07-18 13:17:17 +01:00
parent b75596e1e4
commit 24c06c1723
11 changed files with 27 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ go install ./vendor/github.com/cpuguy83/go-md2man
# Generate man pages from cobra commands
go build -o /tmp/gen-manpages github.com/docker/cli/man
/tmp/gen-manpages --root $(pwd) --target $(pwd)/man/man1
/tmp/gen-manpages --root "$(pwd)" --target "$(pwd)/man/man1"
# Generate legacy pages from markdown
./man/md2man-all.sh -q