2
2
espelhamento de https://github.com/Hilbis/Hilbish sincronizado 2025-07-06 02:52:02 +00:00

Comparar commits

..

Nenhum commit em comum. "2c2eb8d69a760f45fbdfba7d0b670f0c02417631" e "da6a4aa70f41ac8e445000fb5a7c2effab20f26a" tem históricos completamente diferentes.

Ver arquivo

@ -44,6 +44,7 @@ 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")