trigger hook
This commit is contained in:
parent
7abed7640b
commit
e1d7974666
1
main.go
1
main.go
@ -340,7 +340,6 @@ func main() {
|
|||||||
if len(os.Args) < 2 {
|
if len(os.Args) < 2 {
|
||||||
usage(os.Args[0], 1)
|
usage(os.Args[0], 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse command line arguments.
|
// Parse command line arguments.
|
||||||
for i := 1; i < len(os.Args); i++ {
|
for i := 1; i < len(os.Args); i++ {
|
||||||
// Returns the argument after the given option. Errors if there is no
|
// Returns the argument after the given option. Errors if there is no
|
||||||
|
Loading…
Reference in New Issue
Block a user