allow lines to start with | (pipes) #47

Merged
defunkt merged 1 commits from starting-lines-with-pipe into main 2025-11-10 15:20:32 +00:00
Owner
import str list

'this should help readability in long chains'
  | split ' '
  | map to-upper
  | join '-'
  | echo
``` import str list 'this should help readability in long chains' | split ' ' | map to-upper | join '-' | echo ```
defunkt added 1 commit 2025-11-10 08:08:34 +00:00
defunkt force-pushed starting-lines-with-pipe from 8800864fac to c4368f24fc 2025-11-10 15:15:50 +00:00 Compare
defunkt merged commit 7fe6e3b5ad into main 2025-11-10 15:20:32 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/shrimp#47
No description provided.