hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
114 stars 52 forks source link

Silent execution of getExecBashOutput #105

Closed iTrooz closed 1 year ago

iTrooz commented 1 year ago

Currently I think that all the calls to getExecBashOutput are commands that are supposed to be parsed by the action (for example ccache --help to determine if ccache supports verbosity)

I think the output of theses commands should not be visible to the users. (For example, currently, the post run of the action shows the stats twice, and the --help flag of ccache)