You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2018. It is now read-only.
Right now it's not possible to access flag defaults like /bin/bash from flag shell. As a work-around commands have to manually check for empty values and set the default again. This is redundant and should be changed.
FuguFlags["shell"].String([]string{"-shell"}, "/bin/bash", "Path to shell")
Right now it's not possible to access flag defaults like
/bin/bash
from flagshell
. As a work-around commands have to manually check for empty values and set the default again. This is redundant and should be changed.see https://github.com/mattes/fugu/blob/v1/fuguflags.go#L43 and https://github.com/mattes/fugu/blob/v1/fugu.go#L158
The text was updated successfully, but these errors were encountered: