huak icon indicating copy to clipboard operation
huak copied to clipboard

Refactor ops options

Open cnpryer opened this issue 1 year ago • 0 comments

Can probably put these behind Options for ops. Each variant would contain data for whatever operation/behavior needs configuration.


enum Options {
    AddOptions ({ ... }),
    ...
}

Note: "values" is used to capture any subprocess arguments used from cli. so huak command -- these are values. In "values"'s place it'd be nice to have an args vec.

cnpryer avatar Nov 22 '23 02:11 cnpryer