fop(1): adds the ability to use any string as a delimiter #108

Closed
emma wants to merge 0 commits from fop-delim into main
Owner

Closes

Closes #106
emma added the
enhancement
label 2024-06-02 19:07:12 -06:00
emma self-assigned this 2024-06-02 19:07:12 -06:00
emma added 1 commit 2024-06-02 19:07:13 -06:00
emma requested review from silt 2024-06-02 19:07:16 -06:00
emma requested review from trinity 2024-06-02 19:10:28 -06:00
trinity requested changes 2024-06-04 18:57:20 -06:00
src/fop.rs Outdated
@ -33,3 +33,3 @@
fn main() {
let argv = args().collect::<Vec<String>>();
let mut d = '␞';
let mut d = "".to_owned();
Owner

Fake record separator.

Fake record separator.
emma marked this conversation as resolved
emma added 1 commit 2024-06-05 17:26:16 -06:00
Author
Owner

I have acquired verbal permission to merge this branch.

I have acquired verbal permission to merge this branch.
emma closed this pull request 2024-06-05 17:30:14 -06:00
emma deleted branch fop-delim 2024-06-05 17:30:20 -06:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 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: bonsai/harakit#108
No description provided.