chore: remove old commented code

pull/59/head
sammy 2021-05-15 09:21:19 -04:00
parent 83a44954cd
commit 2c2eb8d69a
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ func main() {
curuser, _ = user.Current()
defaultconfpath := homedir + "/.hilbishrc.lua"
// parser := argparse.NewParser("hilbish", "A shell for lua and flower lovers")
verflag := getopt.BoolLong("version", 'v', "Prints Hilbish version")
setshflag := getopt.BoolLong("setshellenv", 'S', "Sets $SHELL to Hilbish's executed path")
cmdflag := getopt.StringLong("command", 'c', "", "Executes a command on startup")