fix: assign loginshflag to throwaway var

pull/38/head
sammy 2021-04-18 18:53:22 -04:00
parent 55c05a9a92
commit aa5b68ec2b
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ func main() {
Help: "Sets the path to Hilbish's config",
Default: defaultconfpath,
})
loginshflag := parser.String("l", "login", &argparse.Options{
// loginshflag
// TODO: issue #37
_ = parser.String("l", "login", &argparse.Options{
Required: false,
Help: "Makes Hilbish act like a login shell",
})