rocinante icon indicating copy to clipboard operation
rocinante copied to clipboard

add support arbitrary args

Open janondrusek opened this issue 1 year ago • 2 comments

Assuming the default: basedir /. From man freebsd-update:

     -b basedir     Operate on a system mounted at basedir.  (default: /, or
                    as given in the configuration file.)

On systems where /etc/freebsd-update.conf overrides the basedir, this changes the default behavior.

janondrusek avatar Apr 24 '23 00:04 janondrusek

Alternative would be to just pass "$@" like other commands do and remove the $# check.

janondrusek avatar Apr 24 '23 03:04 janondrusek

I think the alternative solution of using "$@" may be cleaner.

cedwards avatar May 19 '23 16:05 cedwards