We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37415a8 commit b1460dcCopy full SHA for b1460dc
bin/html5
@@ -1,5 +1,7 @@
1
#!/usr/bin/env ruby
2
3
+$: << 'lib'
4
+
5
require 'html5/cli'
6
7
HTML5::CLI.run
0 commit comments