cmdline v1.3.4 (2024-09-24T03:22:01Z)
Dub
Repo
ConfigJoinCmd
examples
strutil
Undocumented in source.
mixin template
ConfigJoinCmd () {
mixin
BEGIN
;
mixin
ALIAS
!(
"jr"
)
;
mixin
DESC
!(
"Join the command-arguments into a single string."
)
;
mixin
DEF
!(
"strs"
,
string
[],
Desc_d
!
"one or more string"
)
;
mixin
DEF
!(
"separator"
,
string
,
Flag_d
!
"-s <char>"
,
Desc_d
!
"separator character"
,
Default_d
!
","
)
;
mixin
END
;
void
action
();
}
Members
Functions
action
void
action
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
BEGIN
Undocumented in source.
__anonymous
mixin
ALIAS
!(
"jr"
)
Undocumented in source.
__anonymous
mixin
DESC
!(
"Join the command-arguments into a single string."
)
Undocumented in source.
__anonymous
mixin
DEF
!(
"separator"
,
string
,
Flag_d
!
"-s <char>"
,
Desc_d
!
"separator character"
,
Default_d
!
","
)
Undocumented in source.
__anonymous
mixin
DEF
!(
"strs"
,
string
[],
Desc_d
!
"one or more string"
)
Undocumented in source.
__anonymous
mixin
END
Undocumented in source.
Meta
Source
See Implementation
examples
strutil
functions
main
mixin templates
ConfigCmd
ConfigJoinCmd
ConfigReplaceCmd
ConfigSplitCmd
structs
JoinResult
ReplaceResult
SplitResult
StrutilResult