mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 19:53:23 +00:00
chore: remove old commented code
This commit is contained in:
parent
83a44954cd
commit
2c2eb8d69a
1
main.go
1
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user