From 2c2eb8d69a760f45fbdfba7d0b670f0c02417631 Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 15 May 2021 09:21:19 -0400 Subject: [PATCH] chore: remove old commented code --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 449409a..e0162d5 100644 --- a/main.go +++ b/main.go @@ -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")