Skip to content

Commit

Permalink
refactor(App): Update doc comment for parseProcess()
Browse files Browse the repository at this point in the history
Signed-off-by: prajwalch <prajwal.chapagain58@gmail.com>
  • Loading branch information
prajwalch committed Sep 9, 2024
1 parent d24c810 commit 35be1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.zig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub fn rootCommand(self: *App) *Command {
return &self.command;
}

/// Parses the command line arguments.
/// Parses the arguments passed to the current process.
///
/// ## Examples
///
Expand Down

0 comments on commit 35be1fd

Please sign in to comment.