SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Fix condition for flag.Args and fInputFile #122

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

In the PR for -f I had moved around the code in term.Entrypoint without updating the condition, causing the binaries to always run into the interactive shell.

Related issues

-

Tests