Skip to content

Tags: inkel/go-shellwords

Tags

v1.0.3

Toggle v1.0.3's commit message
update README.md

v1.0.2

Toggle v1.0.2's commit message
fix emtpy arguments

fixes mattn#5

v1.0.1

Toggle v1.0.1's commit message
Add Position to detect remaining words

This should be useful to detect the line has multiple-commands, redirect
or etc, like below.

foo; bar
foo && bar
foo || bar
foo < file
foo > file

v1.0.0

Toggle v1.0.0's commit message
Fix travis.yml