Compare commits

..

3 Commits

Author SHA1 Message Date
sammy 2c2eb8d69a
chore: remove old commented code 2021-05-15 09:21:19 -04:00
sammy 83a44954cd
fix(revert): feat: write errors and panics to tmp log file
This reverts commit 1e1b9d07b0.
why did i even do this in the first place
2021-05-15 09:04:27 -04:00
sammy 1e1b9d07b0
feat: write errors and panics to tmp log file 2021-05-15 07:32:25 -04:00
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")