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
[findmnt] Add timeout to CapabilitiesScanner with context
- Introduced a 1-second timeout using `context.WithTimeout` for the `findmnt` command to improve reliability.
- Adjusted `exec.Command` usage with `CommandContext` to include the timeout context.
Merge pull request #930 from TorisutanKholwes/dev
Move contexts commands from commoncmd to oxcmd and remove error on ox ctx list and ox ctx login when tokencache file is not valid