Skip to content

Implement switch -h, --help to CLI #532

Implement switch -h, --help to CLI

Implement switch -h, --help to CLI #532

Triggered via pull request December 17, 2024 18:03
Status Success
Total duration 38s
Artifacts

elixir.yml

on: pull_request
Build and test
29s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Build and test: test/onigumo_downloader_test.exs#L9
0..-1 has a default step of -1, please write 0..-1//-1 instead
Build and test
negative steps are not supported in Enum.slice/2, pass 0..-1//1 instead