fix: make --login actually a flag

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

View File

@ -49,7 +49,7 @@ func main() {
})
// loginshflag
// TODO: issue #37
_ = parser.String("l", "login", &argparse.Options{
_ = parser.Flag("l", "login", &argparse.Options{
Required: false,
Help: "Makes Hilbish act like a login shell",
})