sammyette
af4b4b2ae0
feat: add hilbish.cwd function
2021-05-27 19:06:17 -04:00
sammyette
12828d197a
feat: add hilbish.flag function
...
this checks if a certain flag has been passed to hilbish
2021-05-16 18:10:46 -04:00
sammyette
ef1ced4a04
refactor: make `hilbish` an already required module and add run function
...
idk how to explain this man
in code `hilbish` is now a module, which can also be required like
others. but it is already a global export as the variable of the same
name.
also
2021-05-16 17:13:28 -04:00
sammyette
c6aa5fa387
fix: remove unneeded struct tag
2021-05-16 16:18:46 -04:00
sammyette
e29ba6a0d5
feat!: move username and version access to hilbish table
...
instead of having ugly `_user` and `_ver` variables,
`hilbish.user` and `hilbish.version` is used
2021-05-16 15:53:21 -04:00