package
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Apr 28, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
argr
tokenize string as command line args
For example, tokenizes this:
s := "-v 1 -s=1 --t 1 --q 11 -w \"tt\\\"tt\" -z=\"tt\\\"tt\" -zz /tmp/dir/"
To:
[-v 1 -s=1 --t 1 --q 11 -w tt"tt -z=tt"tt -zz /tmp/dir/]
Documentation
¶
Tokenize tokenizes string as command line args
Source Files
¶
Click to show internal directories.
Click to hide internal directories.