2
2
ミラー元 https://github.com/Hilbis/Hilbish 前回の同期 2025-07-18 16:52:02 +00:00

2 コミット

作成者 SHA1 メッセージ 日付
TorchedSammy
9b60dbfe99
refactor!: make runners require returning a table
allows for more options for runners in the future,
and makes it so that you can avoid passing
certain args more easily.
2022-05-29 21:34:02 -04:00
TorchedSammy
c890b86e08
feat: add hilbish.opts and autocd opt
this adds `hilbish.opts`, a table to set
simple options akin to shopt or setopt on
other shells. this commit specifically also
includes the autocd opt, which functions the
way you expect it to

to set opts, simply do `hilbish.opts.name = val`,
where `name` is the opt you want to set and `val`
being the opt setting.

ie: `hilbish.opts.autocd = true` to turn on autocd
2022-04-30 21:22:37 -04:00