Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 14, 2024
1 parent bf2f432 commit 527621e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/Fn/Binary/Command/Parallel.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/// The function takes an Option containing Entry, Separator, Pattern, Command, and other values,
/// processes the Entry based on the Pattern and Separator, executes a Command with the processed Entry
/// as the current directory, and prints the output of each Command execution.
///
/// Arguments:
///
/// * ``: It looks like you have a Rust function named `Fn` that takes an `Option` enum as a parameter.
/// The `Option` enum has fields named `Entry`, `Separator`, `Pattern`, `Command`, and possibly other
/// fields.
pub fn Fn(Option { Entry, Separator, Pattern, Command, .. }: Option) {
let mut Queue = Vec::new();

Expand Down

0 comments on commit 527621e

Please sign in to comment.