mirror of https://github.com/Hilbis/Hilbish
Compare commits
3 Commits
da6a4aa70f
...
2c2eb8d69a
Author | SHA1 | Date |
---|---|---|
sammy | 2c2eb8d69a | |
sammy | 83a44954cd | |
sammy | 1e1b9d07b0 |
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…
Reference in New Issue