Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently action usage output looks like `alr action [options] [post_fetch|pre_build|post_build|test]` but it should look like `alr action [options] [post-fetch|pre-build|post-build|test]`. This commit fixes the problem by replacing underscores with hyphens.
- Loading branch information