Parse : Fix exports.
This commit is contained in:
parent
202f06c7df
commit
6bf182881b
|
@ -1,7 +1,7 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
text = ''
|
text = ''
|
||||||
_PARSE_ALLOWED_CHARS="_-"
|
export _PARSE_ALLOWED_CHARS="_-"
|
||||||
_PARSE_SPLIT_CHARS="\.\ _-"
|
export _PARSE_SPLIT_CHARS="\.\ _-"
|
||||||
|
|
||||||
# Parse data and output simplified format.
|
# Parse data and output simplified format.
|
||||||
# Usage: parse_simple <STRING>
|
# Usage: parse_simple <STRING>
|
||||||
|
|
Loading…
Reference in a new issue