fop(1): adds the ability to use any string as a delimiter #108
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
joke
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bonsai/harakit#108
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fop-delim"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #106
@ -33,3 +33,3 @@
fn main() {
let argv = args().collect::<Vec<String>>();
let mut d = '␞';
let mut d = "␞".to_owned();
Fake record separator.
I have acquired verbal permission to merge this branch.
Pull request closed