Closed jaraco closed 10 months ago
This project currently shells out to oathtool to perform the oath operation.
oathtool
Now that oathtool has been out for some time and is stable, would you consider using it? You could use the API directly rather than having to shell out to another process.
Doing so would improve portability of this project.
This project currently shells out to
oathtool
to perform the oath operation.Now that oathtool has been out for some time and is stable, would you consider using it? You could use the API directly rather than having to shell out to another process.