mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "2c2eb8d69a760f45fbdfba7d0b670f0c02417631" and "da6a4aa70f41ac8e445000fb5a7c2effab20f26a" have entirely different histories.
2c2eb8d69a
...
da6a4aa70f
1
main.go
1
main.go
|
@ -44,6 +44,7 @@ func main() {
|
||||||
curuser, _ = user.Current()
|
curuser, _ = user.Current()
|
||||||
defaultconfpath := homedir + "/.hilbishrc.lua"
|
defaultconfpath := homedir + "/.hilbishrc.lua"
|
||||||
|
|
||||||
|
// parser := argparse.NewParser("hilbish", "A shell for lua and flower lovers")
|
||||||
verflag := getopt.BoolLong("version", 'v', "Prints Hilbish version")
|
verflag := getopt.BoolLong("version", 'v', "Prints Hilbish version")
|
||||||
setshflag := getopt.BoolLong("setshellenv", 'S', "Sets $SHELL to Hilbish's executed path")
|
setshflag := getopt.BoolLong("setshellenv", 'S', "Sets $SHELL to Hilbish's executed path")
|
||||||
cmdflag := getopt.StringLong("command", 'c', "", "Executes a command on startup")
|
cmdflag := getopt.StringLong("command", 'c', "", "Executes a command on startup")
|
||||||
|
|
Loading…
Reference in New Issue