File: genoptions.sh

package info (click to toggle)
golang-github-lestrrat-go-httprc 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 56; sh: 6; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash

which genoptions > /dev/null
if [[ "$?" != "0" ]]; then
	echo "Please install github.com/lestrrat-go/option/cmd/genoptions"
	exit 1
fi

genoptions -objects=options.yaml