Skip to content

Kitten hints #7040

Answered by kovidgoyal
dpetka2001 asked this question in Q&A
Jan 22, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Ah no its caused by a change in how arguments to map are parsed. They now use shell like parsing. that means you need to use

--regex '(?ms)^[*]?\s(\S+)'

Note the single quotes instead of double quotes. Or if you want to use doubel quotes you have to double the backslashes.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@dpetka2001
Comment options

@kovidgoyal
Comment options

@dpetka2001
Comment options

@kovidgoyal
Comment options

Answer selected by dpetka2001
@dpetka2001
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants